Package | Description |
---|---|
org.jboss.weld.bean.proxy |
Modifier and Type | Class and Description |
---|---|
protected static class |
DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver |
class |
DefaultBytecodeMethodResolver
A
BytecodeMethodResolver that looks up the method using the
reflection API. |
Modifier and Type | Field and Description |
---|---|
protected static BytecodeMethodResolver |
ProxyFactory.DEFAULT_METHOD_RESOLVER |
Modifier and Type | Method and Description |
---|---|
protected static void |
InterceptedSubclassFactory.invokeMethodHandler(org.jboss.classfilewriter.ClassMethod method,
MethodInformation methodInfo,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver,
boolean addProceed,
org.jboss.classfilewriter.ClassMethod staticConstructor)
calls methodHandler.invoke for a given method
|
protected static void |
ProxyFactory.invokeMethodHandler(org.jboss.classfilewriter.ClassMethod classMethod,
MethodInformation method,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver,
org.jboss.classfilewriter.ClassMethod staticConstructor)
calls methodHandler.invoke for a given method
|
Copyright © 2016. All rights reserved.