Uses of Class
org.jboss.weld.injection.producer.AbstractInstantiator
Packages that use AbstractInstantiator
-
Uses of AbstractInstantiator in org.jboss.weld.injection.producer
Subclasses of AbstractInstantiator in org.jboss.weld.injection.producerModifier and TypeClassDescriptionclassCreates a new Java object by calling its class constructor.classInstantiates an enhanced subclass of a given component class.Methods in org.jboss.weld.injection.producer with parameters of type AbstractInstantiatorModifier and TypeMethodDescriptionprotected voidBeanInjectionTarget.buildInterceptionModel(EnhancedAnnotatedType<T> annotatedType, AbstractInstantiator<T> instantiator) static <T> SubclassedComponentInstantiator<T>SubclassedComponentInstantiator.forInterceptedDecoratedBean(EnhancedAnnotatedType<T> type, jakarta.enterprise.inject.spi.Bean<T> bean, AbstractInstantiator<T> delegate, BeanManagerImpl manager)