Uses of Class
org.jboss.weld.injection.producer.ForwardingInstantiator
-
Packages that use ForwardingInstantiator Package Description org.jboss.weld.injection.producer -
-
Uses of ForwardingInstantiator in org.jboss.weld.injection.producer
Subclasses of ForwardingInstantiator in org.jboss.weld.injection.producer Modifier and Type Class Description classAbstractDecoratorApplyingInstantiator<T>Common functionality for an instantiator capable of applying decorators to a given instance.classConstructorInterceptionInstantiator<T>DelegatingInstantiatorthat takes care ofAroundConstructinterceptor invocation.classInterceptorApplyingInstantiator<T>A wrapper overSubclassedComponentInstantiatorthat registers interceptors within the method handler.classSubclassDecoratorApplyingInstantiator<T>A wrapper overSubclassedComponentInstantiatorthat registers decorators using the enhanced subclass.
-