Uses of Class
org.nuxeo.common.xmap.XAnnotatedObject
-
Packages that use XAnnotatedObject 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 XAnnotatedObject in org.nuxeo.common.xmap
Fields in org.nuxeo.common.xmap declared as XAnnotatedObject Modifier and Type Field Description protected XAnnotatedObject
XAnnotatedMember. xao
Not null if the described object is an xannotated object.Methods in org.nuxeo.common.xmap that return XAnnotatedObject Modifier and Type Method Description XAnnotatedObject
XMap. register(Class<?> klass)
Registers a mappable object class.Methods in org.nuxeo.common.xmap that return types with arguments of type XAnnotatedObject Modifier and Type Method Description Collection<XAnnotatedObject>
XMap. getRootObjects()
Gets the root objects.Collection<XAnnotatedObject>
XMap. getScannedObjects()
Gets a list of scanned objects.Methods in org.nuxeo.common.xmap with parameters of type XAnnotatedObject Modifier and Type Method Description static String
XMLBuilder. saveToXML(Object object, Element root, XAnnotatedObject xao)
static void
XMLBuilder. toXML(Object o, Element parent, XAnnotatedObject xao)
-