anonymous type derived from identifiedType | bean
Defines a single (usually named) bean. |
anonymous type derived from anyType | ref
Defines a reference to another bean in this factory or an external
factory (parent or included factory).
|
anonymous type derived from anyType | idref
The id of another bean in this factory or an external factory (parent or included factory). |
anonymous type derived from anyType | value
Contains a string representation of a property value. |
anonymous type derived from anyType | null
Denotes a Java null value. |
anonymous type derived from listOrSetType | array
An array can contain multiple inner bean, ref, collection, or value elements. |
anonymous type derived from listOrSetType | list
A list can contain multiple inner bean, ref, collection, or value elements. |
anonymous type derived from listOrSetType | set
A set can contain multiple inner bean, ref, collection, or value elements.
|
anonymous type derived from mapType | map
A mapping from a key to an object. |
anonymous type derived from propsType | props
Props elements differ from map elements in that values must be strings. |