Class AbstractInstantiator<T>
java.lang.Object
org.jboss.weld.injection.producer.AbstractInstantiator<T>
- All Implemented Interfaces:
Instantiator<T>
- Direct Known Subclasses:
DefaultInstantiator,SubclassedComponentInstantiator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ConstructorInjectionPoint<T>newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.weld.injection.producer.Instantiator
getConstructor, hasDecoratorSupport, hasInterceptorSupport
-
Constructor Details
-
AbstractInstantiator
public AbstractInstantiator()
-
-
Method Details
-
newInstance
public T newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) - Specified by:
newInstancein interfaceInstantiator<T>
-
getConstructorInjectionPoint
-