Package org.jboss.weld.bean.proxy
Class DefaultBytecodeMethodResolver
- java.lang.Object
-
- org.jboss.weld.bean.proxy.DefaultBytecodeMethodResolver
-
- All Implemented Interfaces:
BytecodeMethodResolver
public class DefaultBytecodeMethodResolver extends Object implements BytecodeMethodResolver
ABytecodeMethodResolverthat looks up the method using the reflection API.- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static StringLJAVA_LANG_REFLECT_METHOD
-
Constructor Summary
Constructors Constructor Description DefaultBytecodeMethodResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor)
-
-
-
Field Detail
-
LJAVA_LANG_REFLECT_METHOD
public static final String LJAVA_LANG_REFLECT_METHOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeclaredMethod
public void getDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor)- Specified by:
getDeclaredMethodin interfaceBytecodeMethodResolver
-
-