Package org.nuxeo.common.xmap
Class XAnnotatedList
java.lang.Object
org.nuxeo.common.xmap.XAnnotatedMember
org.nuxeo.common.xmap.XAnnotatedList
- Direct Known Subclasses:
XAnnotatedMap
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.nuxeo.common.xmap.AttributeValueVisitor
protected Class<?>
protected static final org.nuxeo.common.xmap.ElementVisitor
protected static final org.nuxeo.common.xmap.ElementValueVisitor
protected boolean
Fields inherited from class org.nuxeo.common.xmap.XAnnotatedMember
accessor, path, trim, type, valueFactory, xao
-
Constructor Summary
ModifierConstructorDescriptionprotected
XAnnotatedList
(XMap xmap, XAccessor setter) XAnnotatedList
(XMap xmap, XAccessor setter, XNodeList anno) -
Method Summary
Methods inherited from class org.nuxeo.common.xmap.XAnnotatedMember
process, setValue
-
Field Details
-
elementListVisitor
protected static final org.nuxeo.common.xmap.ElementVisitor elementListVisitor -
elementVisitor
protected static final org.nuxeo.common.xmap.ElementValueVisitor elementVisitor -
attributeVisitor
protected static final org.nuxeo.common.xmap.AttributeValueVisitor attributeVisitor -
componentType
-
isNullByDefault
protected boolean isNullByDefault
-
-
Constructor Details
-
XAnnotatedList
-
XAnnotatedList
-
-
Method Details
-
getValue
- Overrides:
getValue
in classXAnnotatedMember
-
toXML
- Overrides:
toXML
in classXAnnotatedMember
-