Uses of Interface
org.nuxeo.common.xmap.XAccessor
-
Packages that use XAccessor Package Description org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations. -
-
Uses of XAccessor in org.nuxeo.common.xmap
Classes in org.nuxeo.common.xmap that implement XAccessor Modifier and Type Class Description classXFieldAccessorclassXMethodAccessorFields in org.nuxeo.common.xmap declared as XAccessor Modifier and Type Field Description protected XAccessorXAnnotatedMember. accessorConstructors in org.nuxeo.common.xmap with parameters of type XAccessor Constructor 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)XAnnotatedParent(XMap xmap, XAccessor accessor)
-