T - bean type infopublic class ManagedBeanBuilder<T,M extends ManagedBean<T>> extends Object
Bean.| Modifier and Type | Field and Description |
|---|---|
protected javax.enterprise.inject.spi.AnnotatedType<T> |
annotatedType |
protected javax.enterprise.inject.spi.BeanAttributes<T> |
beanAttributes |
protected boolean |
ignoreFinalMethods |
protected WebBeansContext |
webBeansContext |
| Constructor and Description |
|---|
ManagedBeanBuilder(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
javax.enterprise.inject.spi.BeanAttributes<T> beanAttributes,
boolean ignoreFinalMethods)
Creates a new creator.
|
protected final WebBeansContext webBeansContext
protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
protected final javax.enterprise.inject.spi.BeanAttributes<T> beanAttributes
protected final boolean ignoreFinalMethods
public ManagedBeanBuilder(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, javax.enterprise.inject.spi.BeanAttributes<T> beanAttributes, boolean ignoreFinalMethods)
public M getBean()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.