@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface XNodeMap
| Modifier and Type | Required Element and Description |
|---|---|
Class |
componentType
The type of the objects in this collection.
|
String |
key
The path relative to the current node
(which is located by
value()) which contain
the map key to be used. |
Class |
type
The type of collection object.
|
String |
value
A path expression specifying the XML node to bind to.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
nullByDefault
Whether the container should be set to null when no value is specified.
|
boolean |
trim
Whether to trim text content for element nodes.
|
public abstract String value
public abstract String key
value()) which contain
the map key to be used.public abstract Class type
public abstract Class componentType
public abstract boolean trim
public abstract boolean nullByDefault
Copyright © 2013 Nuxeo SA. All Rights Reserved.