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