Package | Description |
---|---|
org.jboss.weld.bean.proxy | |
org.jboss.weld.util.bytecode |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientProxyFactory.createForwardingMethodBody(org.jboss.classfilewriter.ClassMethod classMethod,
MethodInformation methodInfo,
org.jboss.classfilewriter.ClassMethod staticConstructor)
Calls methodHandler.invoke with a null method parameter in order to
get the underlying instance.
|
protected void |
ProxyFactory.createForwardingMethodBody(org.jboss.classfilewriter.ClassMethod classMethod,
MethodInformation method,
org.jboss.classfilewriter.ClassMethod staticConstructor) |
protected void |
InterceptedSubclassFactory.createForwardingMethodBody(org.jboss.classfilewriter.ClassMethod classMethod,
MethodInformation method,
org.jboss.classfilewriter.ClassMethod staticConstructor) |
protected void |
InterceptedSubclassFactory.createInterceptorBody(org.jboss.classfilewriter.ClassMethod method,
MethodInformation methodInfo,
boolean delegateToSuper,
org.jboss.classfilewriter.ClassMethod staticConstructor)
Creates the given method on the proxy class where the implementation
forwards the call directly to the method handler.
|
protected void |
ProxyFactory.createInterceptorBody(org.jboss.classfilewriter.ClassMethod classMethod,
MethodInformation method,
org.jboss.classfilewriter.ClassMethod staticConstructor)
Creates the given method on the proxy class where the implementation
forwards the call directly to the method handler.
|
protected void |
ProxyFactory.createSpecialMethodBody(org.jboss.classfilewriter.ClassMethod proxyClassType,
MethodInformation method,
org.jboss.classfilewriter.ClassMethod staticConstructor) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeMethodInformation
Contains all the data that is needed when working with a method in bytecode
|
class |
StaticMethodInformation |
Copyright © 2016. All rights reserved.