Package org.apache.webbeans.portable
Class LazyInterceptorDefinedInjectionTarget<T>
- java.lang.Object
-
- org.apache.webbeans.portable.AbstractProducer<T>
-
- org.apache.webbeans.portable.InjectionTargetImpl<T>
-
- org.apache.webbeans.portable.LazyInterceptorDefinedInjectionTarget<T>
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionTarget<T>,jakarta.enterprise.inject.spi.Producer<T>
public class LazyInterceptorDefinedInjectionTarget<T> extends InjectionTargetImpl<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 LazyInterceptorDefinedInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints, 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 Tproduce(jakarta.enterprise.context.spi.CreationalContext<T> creationalContext)-
Methods inherited from class org.apache.webbeans.portable.InjectionTargetImpl
createConstructor, defineLifecycleInterceptors, getConstructor, hasAroundConstruct, inject, needsProxy, newInstance, postConstruct, preDestroy, produce
-
Methods inherited from class org.apache.webbeans.portable.AbstractProducer
defineInterceptorStack, dispose, filterDecorators, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, unwrapProxyInstance
-
-
-
-
Constructor Detail
-
LazyInterceptorDefinedInjectionTarget
public LazyInterceptorDefinedInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints, WebBeansContext webBeansContext, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)
-
-