Uses of Interface
org.jboss.weld.bean.proxy.BytecodeMethodResolver
Packages that use BytecodeMethodResolver
-
Uses of BytecodeMethodResolver in org.jboss.weld.bean.proxy
Classes in org.jboss.weld.bean.proxy that implement BytecodeMethodResolverModifier and TypeClassDescriptionprotected classclassABytecodeMethodResolverthat looks up the method using the reflection API.Fields in org.jboss.weld.bean.proxy declared as BytecodeMethodResolverModifier and TypeFieldDescriptionprotected static final BytecodeMethodResolverProxyFactory.DEFAULT_METHOD_RESOLVERMethods in org.jboss.weld.bean.proxy with parameters of type BytecodeMethodResolverModifier and TypeMethodDescriptionprotected 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