public class FieldProducerFactory<P> extends Object implements ProducerFactory<P>
| Constructor and Description |
|---|
FieldProducerFactory(javax.enterprise.inject.spi.AnnotatedField<? super P> producerField,
javax.enterprise.inject.spi.Bean<P> parent,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> javax.enterprise.inject.spi.Producer<T> |
createProducer(javax.enterprise.inject.spi.Bean<T> bean) |
public FieldProducerFactory(javax.enterprise.inject.spi.AnnotatedField<? super P> producerField, javax.enterprise.inject.spi.Bean<P> parent, WebBeansContext webBeansContext)
public <T> javax.enterprise.inject.spi.Producer<T> createProducer(javax.enterprise.inject.spi.Bean<T> bean)
createProducer in interface ProducerFactory<P>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.