Package org.apache.webbeans.portable
Class ConversationProducer
- java.lang.Object
-
- org.apache.webbeans.portable.AbstractProducer<T>
-
- org.apache.webbeans.portable.InjectionTargetImpl<ConversationImpl>
-
- org.apache.webbeans.portable.ConversationProducer
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionTarget<ConversationImpl>,jakarta.enterprise.inject.spi.Producer<ConversationImpl>
public class ConversationProducer extends InjectionTargetImpl<ConversationImpl>
Producer for@Inject Conversation;
-
-
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 ConversationProducer(jakarta.enterprise.inject.spi.AnnotatedType<ConversationImpl> annotatedType, WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConversationImplnewInstance(CreationalContextImpl<ConversationImpl> creationalContext)-
Methods inherited from class org.apache.webbeans.portable.InjectionTargetImpl
createConstructor, defineLifecycleInterceptors, getConstructor, 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
-
ConversationProducer
public ConversationProducer(jakarta.enterprise.inject.spi.AnnotatedType<ConversationImpl> annotatedType, WebBeansContext webBeansContext)
-
-
Method Detail
-
newInstance
protected ConversationImpl newInstance(CreationalContextImpl<ConversationImpl> creationalContext)
- Overrides:
newInstancein classInjectionTargetImpl<ConversationImpl>
-
-