Uses of Package
org.jboss.weld.bean.proxy
Packages that use org.jboss.weld.bean.proxy
Package
Description
-
Classes in org.jboss.weld.bean.proxy used by org.jboss.weld.bean.builtinClassDescriptionThe interface implemented by the invocation handler of a proxy instance.
-
Classes in org.jboss.weld.bean.proxy used by org.jboss.weld.bean.proxyClassDescriptionEach proxy maintains a single bean instance on which methods are invoked.An object that generates bytecode to resolve a
Methodat runtime.A method handler that wraps the invocation of interceptors and decorators.Method handler for decorated beansGenerates proxies used to apply interceptors to custom bean instances and return values of producer methods.A marker class we can use to ensure that our method will not collide with a user provided methodThe interface implemented by the invocation handler of a proxy instance.Allows certain bean class methods to be ignored when creating a proxy / subclass.Main factory to produce proxy classes and instances for Weld beans.Implementations of this interface are capable of creating instances of a given proxy class.The interface implemented by the invocation handler of a proxy instance.A simpleBeanInstancewhich always maintains a specific bean instance that is being proxied. -
Classes in org.jboss.weld.bean.proxy used by org.jboss.weld.injection.producer
-
Classes in org.jboss.weld.bean.proxy used by org.jboss.weld.interceptor.proxyClassDescriptionA method handler that wraps the invocation of interceptors and decorators.The interface implemented by the invocation handler of a proxy instance.The interface implemented by the invocation handler of a proxy instance.
-
Classes in org.jboss.weld.bean.proxy used by org.jboss.weld.interceptor.util.proxyClassDescriptionThe interface implemented by the invocation handler of a proxy instance.
-
Classes in org.jboss.weld.bean.proxy used by org.jboss.weld.manager