|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BytecodeMethodResolver | |
---|---|
org.jboss.weld.bean.proxy |
Uses of BytecodeMethodResolver in org.jboss.weld.bean.proxy |
---|
Classes in org.jboss.weld.bean.proxy that implement BytecodeMethodResolver | |
---|---|
protected static class |
DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver
|
class |
DefaultBytecodeMethodResolver
A BytecodeMethodResolver that looks up the method using the
reflection API. |
Fields in org.jboss.weld.bean.proxy declared as BytecodeMethodResolver | |
---|---|
protected static BytecodeMethodResolver |
ProxyFactory.DEFAULT_METHOD_RESOLVER
|
Methods in org.jboss.weld.bean.proxy with parameters of type BytecodeMethodResolver | |
---|---|
protected static void |
ProxyFactory.invokeMethodHandler(javassist.bytecode.ClassFile file,
javassist.bytecode.Bytecode b,
MethodInformation method,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver)
calls methodHandler.invoke for a given method |
protected static void |
InterceptedSubclassFactory.invokeMethodHandler(javassist.bytecode.ClassFile file,
javassist.bytecode.Bytecode b,
MethodInformation methodInfo,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver,
boolean addProceed)
calls methodHandler.invoke for a given method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |