Showing:

Annotations
Attributes
Model
Properties
Element entry
Namespace http://www.springframework.org/schema/beans
Annotations
A map entry can be an inner bean, ref, value, or collection.
The key of the entry is given by the "key" attribute or child element.
Type entryType
Properties
content complex
Model
key{0,1} , description{0,1} , (bean | ref | idref | value | null | array | list | set | map | props | ANY element from ANY namespace OTHER than 'http://www.springframework.org/schema/beans')
Children array, bean, description, idref, key, list, map, null, props, ref, set, value
Attributes
QName Type Use Annotation
key xsd:string optional
Each map element must specify its key as attribute or as child element.
A key attribute is always a String value.
key-ref xsd:string optional
A short-cut alternative to a to a "key" element with a nested
"<ref bean='...'/>".
value xsd:string optional
A short-cut alternative to a nested "<value>...</value>"
element.
value-ref xsd:string optional
A short-cut alternative to a nested "<ref bean='...'/>".
value-type xsd:string optional
A short-cut alternative to a 'type' attribute on a nested
"<value type='...' >...</value>" element.