Package org.apache.webbeans.portable
Class AbstractDecoratorInjectionTarget<T>
- java.lang.Object
-
- org.apache.webbeans.portable.AbstractProducer<T>
-
- org.apache.webbeans.portable.InjectionTargetImpl<T>
-
- org.apache.webbeans.portable.AbstractDecoratorInjectionTarget<T>
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionTarget<T>,jakarta.enterprise.inject.spi.Producer<T>
public class AbstractDecoratorInjectionTarget<T> extends InjectionTargetImpl<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractDecoratorInjectionTarget.AbstractDecoratorInjectableConstructor<T>static classAbstractDecoratorInjectionTarget.SubClassAnnotatedConstructorImpl<T>
-
Field Summary
-
Fields inherited from class org.apache.webbeans.portable.InjectionTargetImpl
annotatedType, constructor, webBeansContext
-
Fields inherited from class org.apache.webbeans.portable.AbstractProducer
injectionPoints, interceptorInfo, methodInterceptors, passivationId, proxyClass, proxyFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractDecoratorInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected jakarta.enterprise.inject.spi.AnnotatedConstructor<T>createConstructor()protected AbstractDecoratorInjectionTarget.SubClassAnnotatedConstructorImpl<T>getConstructor()protected TnewInstance(CreationalContextImpl<T> creationalContext)-
Methods inherited from class org.apache.webbeans.portable.InjectionTargetImpl
defineLifecycleInterceptors, hasAroundConstruct, inject, needsProxy, postConstruct, preDestroy, produce
-
Methods inherited from class org.apache.webbeans.portable.AbstractProducer
defineInterceptorStack, dispose, filterDecorators, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, produce, unwrapProxyInstance
-
-
-
-
Constructor Detail
-
AbstractDecoratorInjectionTarget
public AbstractDecoratorInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)
-
-
Method Detail
-
createConstructor
protected jakarta.enterprise.inject.spi.AnnotatedConstructor<T> createConstructor()
- Overrides:
createConstructorin classInjectionTargetImpl<T>
-
getConstructor
protected AbstractDecoratorInjectionTarget.SubClassAnnotatedConstructorImpl<T> getConstructor()
- Overrides:
getConstructorin classInjectionTargetImpl<T>
-
newInstance
protected T newInstance(CreationalContextImpl<T> creationalContext)
- Overrides:
newInstancein classInjectionTargetImpl<T>
-
-