Package org.nuxeo.common.xmap.annotation
Annotation Interface XNodeList
- Author:
- Bogdan Stefanescu
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Whether the container should be set to null when not specified in the XML file.boolean
Whether to trim text content for element nodes.
-
Element Details
-
value
String valueA path expression specifying the XML node to bind to.- Returns:
- the node xpath
-
trim
boolean trimWhether to trim text content for element nodes.- Default:
true
-
type
Class<?> typeThe type of a collection object.- Returns:
- the type of items
-
componentType
Class<?> componentTypeThe type of the objects in this collection.- Returns:
- the type of items
-
nullByDefault
boolean nullByDefaultWhether the container should be set to null when not specified in the XML file.- Default:
false
-