Uses of Class
org.nuxeo.common.xmap.XMap
Package
Description
A framework used to map XML (config) files to Java objects attributes,
as specified using Java annotations.
-
Uses of XMap in org.nuxeo.common.xmap
ModifierConstructorDescriptionXAnnotatedContent
(XMap xmap, XAccessor setter, XContent anno) protected
XAnnotatedContext
(XMap xmap, XAccessor accessor, XContext anno) protected
XAnnotatedList
(XMap xmap, XAccessor setter) XAnnotatedList
(XMap xmap, XAccessor setter, XNodeList anno) XAnnotatedMap
(XMap xmap, XAccessor setter, XNodeMap anno) protected
XAnnotatedMember
(XMap xmap, XAccessor accessor) XAnnotatedMember
(XMap xmap, XAccessor setter, XNode anno) XAnnotatedObject
(XMap xmap, Class<?> klass, XObject xob) protected
XAnnotatedParent
(XMap xmap, XAccessor accessor) -
Uses of XMap in org.nuxeo.connect.update.standalone
Modifier and TypeMethodDescriptionstatic XMap
StandaloneUpdateService.createXmap()
static XMap
StandaloneUpdateService.getXmap()
-
Uses of XMap in org.nuxeo.runtime.model.impl