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
 void getDeclaredMethod(javassist.bytecode.ClassFile file, javassist.bytecode.Bytecode code, String declaringClass, String methodName, String[] parameterTypes)
           
 

Method Detail

getDeclaredMethod

void getDeclaredMethod(javassist.bytecode.ClassFile file,
                       javassist.bytecode.Bytecode code,
                       String declaringClass,
                       String methodName,
                       String[] parameterTypes)


Copyright © 2013 Seam Framework. All Rights Reserved.