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(org.jboss.classfilewriter.ClassMethod classMethod,
String declaringClass,
String methodName,
String[] parameterTypes,
org.jboss.classfilewriter.ClassMethod staticConstructor) |
public static final String LJAVA_LANG_REFLECT_METHOD
public void getDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor)
getDeclaredMethod
in interface BytecodeMethodResolver
Copyright © 2016. All rights reserved.