Package org.apache.webbeans.portable
Class AbstractEjbInjectionTarget<T>
- java.lang.Object
-
- org.apache.webbeans.portable.AbstractProducer<T>
-
- org.apache.webbeans.portable.InjectionTargetImpl<T>
-
- org.apache.webbeans.portable.AbstractEjbInjectionTarget<T>
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionTarget<T>,jakarta.enterprise.inject.spi.Producer<T>
public abstract class AbstractEjbInjectionTarget<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 AbstractEjbInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract 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
-
AbstractEjbInjectionTarget
public AbstractEjbInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext)
-
-