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 Modifier Constructor Description protectedTargetInstanceBytecodeMethodResolver()
-
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)
-
-
-
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
-
-