Package | Description |
---|---|
org.jboss.solder.config.xml.core | |
org.jboss.solder.config.xml.fieldset | |
org.jboss.solder.config.xml.model |
Modifier and Type | Method and Description |
---|---|
List<FieldValueObject> |
BeanResult.getFieldValues() |
Constructor and Description |
---|
BeanResult(Class<X> type,
boolean readAnnotations,
BeanResultType beanType,
List<FieldValueObject> fieldValues,
List<BeanResult<?>> inlineBeans,
javax.enterprise.inject.spi.BeanManager beanManager) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayFieldSet
class responsible for setting the value of array properties.
|
class |
CollectionFieldSet
class responsible for setting the value of collection properties.
|
class |
MapFieldSet
class responsible for setting the value of map properties.
|
class |
SimpleFieldValue
Field value object for a simple field
|
Constructor and Description |
---|
InjectionTargetWrapper(javax.enterprise.inject.spi.InjectionTarget<T> target,
List<FieldValueObject> fieldValues,
javax.enterprise.inject.spi.BeanManager manager) |
Modifier and Type | Method and Description |
---|---|
FieldValueObject |
PropertyXmlItem.getFieldValue() |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.