public static class AbstractDecoratorInjectionTarget.AbstractDecoratorInjectableConstructor<T> extends InjectableConstructor<T>
concreationalContext, owner, transientCreationalContext| Constructor and Description |
|---|
AbstractDecoratorInjectableConstructor(Constructor<T> parentConstructor,
Constructor<T> cons,
javax.enterprise.inject.spi.InjectionTarget<T> owner,
CreationalContextImpl<T> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
protected List<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints(Member member)
Returns injection points related with given member type of the bean.
|
createParameters, doInjection, getInstancecreateInjectionPoints, getBean, getWebBeansContext, injectpublic AbstractDecoratorInjectableConstructor(Constructor<T> parentConstructor, Constructor<T> cons, javax.enterprise.inject.spi.InjectionTarget<T> owner, CreationalContextImpl<T> creationalContext)
protected List<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints(Member member)
AbstractInjectablegetInjectionPoints in class AbstractInjectable<T>member - java memberCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.