@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface XNodeList
| Modifier and Type | Required Element and Description | 
|---|---|
Class | 
componentType
The type of the objects in this collection. 
 | 
Class | 
type
The type of a 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 not specified in the XML file. 
 | 
boolean | 
trim
Whether to trim text content for element nodes. 
 | 
public abstract Class componentType
public abstract boolean trim
public abstract boolean nullByDefault
Copyright © 2019 Nuxeo. All rights reserved.