T
- bean class typepublic class ProducerMethodBeansBuilder<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 |
---|
ProducerMethodBeansBuilder(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Set<ProducerMethodBean<?>> |
defineProducerMethods(InjectionTargetBean<T> bean) |
protected final WebBeansContext webBeansContext
protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
public ProducerMethodBeansBuilder(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
public Set<ProducerMethodBean<?>> defineProducerMethods(InjectionTargetBean<T> bean)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.