Uses of Class
org.jboss.weld.injection.producer.AbstractInstantiator
-
Packages that use AbstractInstantiator Package Description org.jboss.weld.injection.producer -
-
Uses of AbstractInstantiator in org.jboss.weld.injection.producer
Subclasses of AbstractInstantiator in org.jboss.weld.injection.producer Modifier and Type Class Description classDefaultInstantiator<T>Creates a new Java object by calling its class constructor.classSubclassedComponentInstantiator<T>Instantiates an enhanced subclass of a given component class.Methods in org.jboss.weld.injection.producer with parameters of type AbstractInstantiator Modifier and Type Method Description protected voidBeanInjectionTarget. buildInterceptionModel(EnhancedAnnotatedType<T> annotatedType, AbstractInstantiator<T> instantiator)static <T> SubclassedComponentInstantiator<T>SubclassedComponentInstantiator. forInterceptedDecoratedBean(EnhancedAnnotatedType<T> type, Bean<T> bean, AbstractInstantiator<T> delegate, BeanManagerImpl manager)
-