public class DefaultBytecodeMethodResolver extends Object implements BytecodeMethodResolver
BytecodeMethodResolver
that looks up the method using the
reflection API.
TODO: cache the result somehowConstructor and Description |
---|
DefaultBytecodeMethodResolver() |
Modifier and Type | Method and Description |
---|---|
void |
getDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod,
String declaringClass,
String methodName,
String[] parameterTypes) |
public void getDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes)
getDeclaredMethod
in interface BytecodeMethodResolver
Copyright © 2014 Seam Framework. All rights reserved.