public class InjectableConstructor<T> extends AbstractInjectable
ManagedBean constructor and returns
the created instance.AbstractInjectable| Modifier and Type | Field and Description |
|---|---|
protected Constructor<T> |
con
Injectable constructor instance
|
dependentInstanceOfProducerMethods, injectionMember, injectionOwnerBean, injectionOwnerCreationalContext, instanceUnderInjection| Constructor and Description |
|---|
InjectableConstructor(Constructor<T> cons,
AbstractOwbBean<?> owner,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Sets the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
doInjection()
Creates the instance from the constructor.
|
getInjectedPoints, getInjectionOwnerComponent, injectprotected Constructor<T> con
public InjectableConstructor(Constructor<T> cons, AbstractOwbBean<?> owner, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
cons - injectable constructorpublic T doInjection()
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.