Uses of Class
org.nuxeo.common.xmap.XAnnotatedMap
-
Packages that use XAnnotatedMap 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 XAnnotatedMap in org.nuxeo.common.xmap
Methods in org.nuxeo.common.xmap with parameters of type XAnnotatedMap Modifier and Type Method Description static void
DOMHelper. visitMapAttributes(Context ctx, XAnnotatedMap xam, Node base, String name, String attrName, DOMHelper.NodeMapVisitor visitor, Map<String,Object> result)
static void
DOMHelper. visitMapElements(Context ctx, XAnnotatedMap xam, Node base, String name, DOMHelper.NodeMapVisitor visitor, Map<String,Object> result)
static void
DOMHelper. visitMapNodes(Context ctx, XAnnotatedMap xam, Element base, Path path, DOMHelper.NodeMapVisitor visitor, Map<String,Object> result)
-