org.jboss.weld.bean.proxy
Class DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver

java.lang.Object
  extended by org.jboss.weld.bean.proxy.DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver
All Implemented Interfaces:
BytecodeMethodResolver
Enclosing class:
DecoratorProxyFactory<T>

protected static class DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver
extends Object
implements BytecodeMethodResolver


Constructor Summary
protected DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver()
           
 
Method Summary
 void getDeclaredMethod(javassist.bytecode.ClassFile file, javassist.bytecode.Bytecode code, String declaringClass, String methodName, String[] parameterTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver

protected DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver()
Method Detail

getDeclaredMethod

public void getDeclaredMethod(javassist.bytecode.ClassFile file,
                              javassist.bytecode.Bytecode code,
                              String declaringClass,
                              String methodName,
                              String[] parameterTypes)
Specified by:
getDeclaredMethod in interface BytecodeMethodResolver


Copyright © 2013 Seam Framework. All Rights Reserved.