Package org.jboss.weld.bean.proxy
Interface BytecodeMethodResolver
-
- All Known Implementing Classes:
DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver,DefaultBytecodeMethodResolver
public interface BytecodeMethodResolverAn object that generates bytecode to resolve aMethodat runtime. The resolved method should be left on the top of the stack- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetDeclaredMethod(org.jboss.classfilewriter.ClassMethod classMethod, String declaringClass, String methodName, String[] parameterTypes, org.jboss.classfilewriter.ClassMethod staticConstructor)
-