Package org.apache.webbeans.portable
Class AbstractDecoratorInjectionTarget.AbstractDecoratorInjectableConstructor<T>
- java.lang.Object
-
- org.apache.webbeans.inject.AbstractInjectable<T>
-
- org.apache.webbeans.inject.InjectableConstructor<T>
-
- org.apache.webbeans.portable.AbstractDecoratorInjectionTarget.AbstractDecoratorInjectableConstructor<T>
-
- Enclosing class:
- AbstractDecoratorInjectionTarget<T>
public static class AbstractDecoratorInjectionTarget.AbstractDecoratorInjectableConstructor<T> extends InjectableConstructor<T>
-
-
Field Summary
-
Fields inherited from class org.apache.webbeans.inject.InjectableConstructor
con
-
Fields inherited from class org.apache.webbeans.inject.AbstractInjectable
creationalContext, owner, transientCreationalContext
-
-
Constructor Summary
Constructors Constructor Description AbstractDecoratorInjectableConstructor(Constructor<T> parentConstructor, Constructor<T> cons, jakarta.enterprise.inject.spi.InjectionTarget<T> owner, CreationalContextImpl<T> creationalContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<jakarta.enterprise.inject.spi.InjectionPoint>getInjectionPoints(Member member)Returns injection points related with given member type of the bean.-
Methods inherited from class org.apache.webbeans.inject.InjectableConstructor
createParameters, doInjection, getInstance
-
Methods inherited from class org.apache.webbeans.inject.AbstractInjectable
createInjectionPoints, getBean, getWebBeansContext, inject
-
-
-
-
Constructor Detail
-
AbstractDecoratorInjectableConstructor
public AbstractDecoratorInjectableConstructor(Constructor<T> parentConstructor, Constructor<T> cons, jakarta.enterprise.inject.spi.InjectionTarget<T> owner, CreationalContextImpl<T> creationalContext)
-
-
Method Detail
-
getInjectionPoints
protected List<jakarta.enterprise.inject.spi.InjectionPoint> getInjectionPoints(Member member)
Description copied from class:AbstractInjectableReturns injection points related with given member type of the bean.- Overrides:
getInjectionPointsin classAbstractInjectable<T>- Parameters:
member- java member- Returns:
- injection points related with given member type
-
-