T
- bean class typepublic class ProducerFieldBeansBuilder<T,I extends InjectionTargetBean<T>> extends Object
AbstractBeanBuilder
.Modifier and Type | Field and Description |
---|---|
protected javax.enterprise.inject.spi.AnnotatedType<T> |
annotatedType |
protected WebBeansContext |
webBeansContext |
Constructor and Description |
---|
ProducerFieldBeansBuilder(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Set<ProducerFieldBean<?>> |
defineProducerFields(InjectionTargetBean<T> bean) |
protected final WebBeansContext webBeansContext
protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
public ProducerFieldBeansBuilder(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
public Set<ProducerFieldBean<?>> defineProducerFields(InjectionTargetBean<T> bean)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.