public class DefaultBytecodeMethodResolver extends Object implements BytecodeMethodResolver
BytecodeMethodResolver that looks up the method using the
reflection API.
| Modifier and Type | Field and Description |
|---|---|
static String |
LJAVA_LANG_REFLECT_METHOD |
| Constructor and Description |
|---|
DefaultBytecodeMethodResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
getDeclaredMethod(ClassMethod classMethod,
String declaringClass,
String methodName,
String[] parameterTypes,
ClassMethod staticConstructor) |
public static final String LJAVA_LANG_REFLECT_METHOD
public void getDeclaredMethod(ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, ClassMethod staticConstructor)
getDeclaredMethod in interface BytecodeMethodResolverCopyright © 2014. All Rights Reserved.