Uses of Class
org.nuxeo.common.xmap.XMap
-
Packages that use XMap Package Description org.nuxeo.common.xmap A framework used to map XML (config) files to Java objects attributes, as specified using Java annotations.org.nuxeo.connect.update.standalone org.nuxeo.runtime.model.impl -
-
Uses of XMap in org.nuxeo.common.xmap
Constructors in org.nuxeo.common.xmap with parameters of type XMap 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)XAnnotatedObject(XMap xmap, Class<?> klass, XObject xob)XAnnotatedParent(XMap xmap, XAccessor accessor) -
Uses of XMap in org.nuxeo.connect.update.standalone
Fields in org.nuxeo.connect.update.standalone declared as XMap Modifier and Type Field Description protected static XMapStandaloneUpdateService. xmapMethods in org.nuxeo.connect.update.standalone that return XMap Modifier and Type Method Description static XMapStandaloneUpdateService. createXmap()static XMapStandaloneUpdateService. getXmap() -
Uses of XMap in org.nuxeo.runtime.model.impl
Fields in org.nuxeo.runtime.model.impl declared as XMap Modifier and Type Field Description protected XMapExtensionDescriptorReader. xmapXMapExtensionPointImpl. xmapMethods in org.nuxeo.runtime.model.impl that return XMap Modifier and Type Method Description XMapExtensionDescriptorReader. getXMap()
-