public class FieldProducerFactory<P> extends BaseProducerFactory<P>
| Modifier and Type | Field and Description |
|---|---|
protected javax.enterprise.inject.spi.AnnotatedField<? super P> |
producerField |
disposalMethod, parent, webBeansContext| 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) |
Class<?> |
getReturnType() |
protected javax.enterprise.inject.spi.AnnotatedMember<? super P> |
producerType() |
defineDisposalMethod, getInjectionPointsprotected javax.enterprise.inject.spi.AnnotatedField<? super P> producerField
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)
public Class<?> getReturnType()
protected javax.enterprise.inject.spi.AnnotatedMember<? super P> producerType()
producerType in class BaseProducerFactory<P>Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.