Uses of Interface
org.jboss.weld.bean.proxy.BytecodeMethodResolver
-
Packages that use BytecodeMethodResolver Package Description org.jboss.weld.bean.proxy -
-
Uses of BytecodeMethodResolver in org.jboss.weld.bean.proxy
Classes in org.jboss.weld.bean.proxy that implement BytecodeMethodResolver Modifier and Type Class Description protected classDecoratorProxyFactory.TargetInstanceBytecodeMethodResolverclassDefaultBytecodeMethodResolverABytecodeMethodResolverthat looks up the method using the reflection API.Fields in org.jboss.weld.bean.proxy declared as BytecodeMethodResolver Modifier and Type Field Description protected static BytecodeMethodResolverProxyFactory. DEFAULT_METHOD_RESOLVERMethods in org.jboss.weld.bean.proxy with parameters of type BytecodeMethodResolver Modifier and Type Method Description 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
-