Package org.jboss.weld.bean.proxy
Class DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver
java.lang.Object
org.jboss.weld.bean.proxy.DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver
- All Implemented Interfaces:
BytecodeMethodResolver
- Enclosing class:
- DecoratorProxyFactory<T>
protected class DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver
extends Object
implements BytecodeMethodResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor)
-
Constructor Details
-
TargetInstanceBytecodeMethodResolver
protected TargetInstanceBytecodeMethodResolver()
-
-
Method Details
-
getDeclaredMethod
public void getDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor) - Specified by:
getDeclaredMethodin interfaceBytecodeMethodResolver
-