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