Package | Description |
---|---|
org.jboss.solder.config.xml.core |
Modifier and Type | Method and Description |
---|---|
BeanResultType |
BeanResult.getBeanType() |
static BeanResultType |
BeanResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanResultType[] |
BeanResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BeanResult(Class<X> type,
boolean readAnnotations,
BeanResultType beanType,
List<FieldValueObject> fieldValues,
List<BeanResult<?>> inlineBeans,
javax.enterprise.inject.spi.BeanManager beanManager) |
Copyright © 2008–2013 Seam Framework. All rights reserved.