Package org.apache.webbeans.container
Class InterceptorInjectionTargetFactory<T>
- java.lang.Object
-
- org.apache.webbeans.container.InjectionTargetFactoryImpl<T>
-
- org.apache.webbeans.container.InterceptorInjectionTargetFactory<T>
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionTargetFactory<T>
public class InterceptorInjectionTargetFactory<T> extends InjectionTargetFactoryImpl<T>
-
-
Constructor Summary
Constructors Constructor Description InterceptorInjectionTargetFactory(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>>getPostConstructMethods()protected List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>>getPreDestroyMethods()-
Methods inherited from class org.apache.webbeans.container.InjectionTargetFactoryImpl
configure, createInjectionPoints, createInjectionTarget, createInjectionTarget, getAnnotatedType, getWebBeansContext
-
-
-
-
Constructor Detail
-
InterceptorInjectionTargetFactory
public InterceptorInjectionTargetFactory(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)
-
-
Method Detail
-
getPostConstructMethods
protected List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> getPostConstructMethods()
- Overrides:
getPostConstructMethodsin classInjectionTargetFactoryImpl<T>
-
getPreDestroyMethods
protected List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> getPreDestroyMethods()
- Overrides:
getPreDestroyMethodsin classInjectionTargetFactoryImpl<T>
-
-