Uses of Class
org.nuxeo.common.xmap.XMap
Packages that use 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
Constructors in org.nuxeo.common.xmap with parameters of type XMapModifierConstructorDescriptionXAnnotatedContent
(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
Fields in org.nuxeo.connect.update.standalone declared as XMapMethods in org.nuxeo.connect.update.standalone that return XMapModifier and TypeMethodDescriptionstatic XMap
StandaloneUpdateService.createXmap()
static XMap
StandaloneUpdateService.getXmap()
-
Uses of XMap in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as XMapModifier and TypeFieldDescriptionprotected final XMap
ExtensionDescriptorReader.xmap
ExtensionPointImpl.xmap
Methods in org.nuxeo.runtime.model.impl that return XMap