Uses of Interface
org.jboss.weld.util.bytecode.MethodInformation
-
Packages that use MethodInformation Package Description org.jboss.weld.bean.proxy org.jboss.weld.util.bytecode -
-
Uses of MethodInformation in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy with parameters of type MethodInformation Modifier and Type Method Description protected voidClientProxyFactory. 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 voidInterceptedSubclassFactory. createForwardingMethodBody(org.jboss.classfilewriter.ClassMethod classMethod, MethodInformation method, org.jboss.classfilewriter.ClassMethod staticConstructor)protected voidProxyFactory. createForwardingMethodBody(org.jboss.classfilewriter.ClassMethod classMethod, MethodInformation method, org.jboss.classfilewriter.ClassMethod staticConstructor)protected voidInterceptedSubclassFactory. 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 voidProxyFactory. 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 voidProxyFactory. createSpecialMethodBody(org.jboss.classfilewriter.ClassMethod proxyClassType, MethodInformation method, org.jboss.classfilewriter.ClassMethod staticConstructor)protected voidInterceptedSubclassFactory. 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 methodprotected voidProxyFactory. invokeMethodHandler(org.jboss.classfilewriter.ClassMethod classMethod, MethodInformation method, boolean addReturnInstruction, BytecodeMethodResolver bytecodeMethodResolver, org.jboss.classfilewriter.ClassMethod staticConstructor)calls methodHandler.invoke for a given method -
Uses of MethodInformation in org.jboss.weld.util.bytecode
Classes in org.jboss.weld.util.bytecode that implement MethodInformation Modifier and Type Class Description classRuntimeMethodInformationContains all the data that is needed when working with a method in bytecodeclassStaticMethodInformation
-