public class ProducerFieldProducer<T,P> extends AbstractProducer<T>
Constructor and Description |
---|
ProducerFieldProducer(javax.enterprise.inject.spi.Bean<P> owner,
javax.enterprise.inject.spi.AnnotatedField<? super P> producerField,
WebBeansContext context) |
Modifier and Type | Method and Description |
---|---|
protected P |
getParentInstanceFromContext(javax.enterprise.context.spi.CreationalContext<?> creationalContext) |
protected T |
produce(Map<javax.enterprise.inject.spi.Interceptor<?>,?> interceptors,
CreationalContextImpl<T> creationalContext) |
defineInterceptorStack, defineLifecycleInterceptors, dispose, getInjectionPoints, getInterceptorInfo, getMethodInterceptors, getProxyFactory, hasInterceptorInfo, isDelegateInjection, needsProxy, produce, unwrapProxyInstance
public ProducerFieldProducer(javax.enterprise.inject.spi.Bean<P> owner, javax.enterprise.inject.spi.AnnotatedField<? super P> producerField, WebBeansContext context)
protected T produce(Map<javax.enterprise.inject.spi.Interceptor<?>,?> interceptors, CreationalContextImpl<T> creationalContext)
produce
in class AbstractProducer<T>
protected P getParentInstanceFromContext(javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.