public class InjectableConstructor<T> extends AbstractInjectable<T>
ManagedBean
constructor and returns
the created instance.AbstractInjectable
Modifier and Type | Field and Description |
---|---|
protected Constructor<T> |
con
Injectable constructor instance
|
creationalContext
Constructor and Description |
---|
InjectableConstructor(Constructor<T> cons,
javax.enterprise.inject.spi.InjectionTarget<T> owner,
CreationalContextImpl<T> creationalContext)
Sets the constructor.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
createParameters() |
T |
doInjection()
Creates the instance from the constructor.
|
T |
getInstance() |
createInjectionPoints, getBean, getInjectionPoints, getWebBeansContext, inject
protected Constructor<T> con
public InjectableConstructor(Constructor<T> cons, javax.enterprise.inject.spi.InjectionTarget<T> owner, CreationalContextImpl<T> creationalContext)
cons
- injectable constructorCopyright © 2008–2016 The Apache Software Foundation. All rights reserved.