| Package | Description |
|---|---|
| org.nuxeo.common.xmap |
A framework used to map XML (config) files to Java objects attributes,
as specified using Java annotations.
|
| Constructor and Description |
|---|
XAnnotatedContent(XMap xmap,
XAccessor setter,
XContent anno) |
XAnnotatedContext(XMap xmap,
XAccessor accessor,
XContext anno) |
XAnnotatedList(XMap xmap,
XAccessor setter) |
XAnnotatedList(XMap xmap,
XAccessor setter,
XNodeList anno) |
XAnnotatedMap(XMap xmap,
XAccessor setter,
XNodeMap anno) |
XAnnotatedMember(XMap xmap,
XAccessor accessor) |
XAnnotatedMember(XMap xmap,
XAccessor setter,
XNode anno) |
XAnnotatedObject(XMap xmap,
Class<?> klass,
XObject xob) |
XAnnotatedParent(XMap xmap,
XAccessor accessor) |
Copyright © 2019 Nuxeo SA. All rights reserved.