Class ConstructorInterceptionInstantiator<T>
java.lang.Object
org.jboss.weld.injection.producer.ForwardingInstantiator<T>
org.jboss.weld.injection.producer.ConstructorInterceptionInstantiator<T>
- All Implemented Interfaces:
Instantiator<T>
Delegating
Instantiator that takes care of AroundConstruct interceptor invocation.- Author:
- Jozef Hartinger
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorInterceptionInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<?> type) -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) toString()Methods inherited from class org.jboss.weld.injection.producer.ForwardingInstantiator
delegate, getConstructor, hasDecoratorSupport, hasInterceptorSupport
-
Constructor Details
-
ConstructorInterceptionInstantiator
public ConstructorInterceptionInstantiator(Instantiator<T> delegate, InterceptionModel model, SlimAnnotatedType<?> type)
-
-
Method Details
-
newInstance
public T newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl manager) - Specified by:
newInstancein interfaceInstantiator<T>- Overrides:
newInstancein classForwardingInstantiator<T>
-
toString
-