T - the class of the instantiator.public class JerseyTwofoldInstantiator<T>
extends org.jboss.weld.injection.producer.AbstractInstantiator<T>
| Modifier and Type | Method and Description |
|---|---|
Constructor<T> |
getConstructor() |
org.jboss.weld.injection.ConstructorInjectionPoint<T> |
getConstructorInjectionPoint() |
boolean |
hasDecoratorSupport() |
boolean |
hasInterceptorSupport() |
T |
newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx,
org.jboss.weld.manager.BeanManagerImpl manager) |
void |
setOptionalConstructorInjectionPoint(org.jboss.weld.injection.ConstructorInjectionPoint<T> optionalConstructorInjectionPoint)
Set the optional constuctor injection point for the client side instantiation.
|
public org.jboss.weld.injection.ConstructorInjectionPoint<T> getConstructorInjectionPoint()
getConstructorInjectionPoint in class org.jboss.weld.injection.producer.AbstractInstantiator<T>public boolean hasInterceptorSupport()
public boolean hasDecoratorSupport()
public Constructor<T> getConstructor()
public T newInstance(jakarta.enterprise.context.spi.CreationalContext<T> ctx, org.jboss.weld.manager.BeanManagerImpl manager)
public void setOptionalConstructorInjectionPoint(org.jboss.weld.injection.ConstructorInjectionPoint<T> optionalConstructorInjectionPoint)
optionalConstructorInjectionPoint - The optional constructor injection point.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.