Uses of Class
org.nuxeo.common.xmap.XAnnotatedObject
Package
Description
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
Modifier and TypeFieldDescriptionprotected XAnnotatedObject
XAnnotatedMember.xao
Not null if the described object is an xannotated object.Modifier and TypeMethodDescriptionRegisters a mappable object class.Modifier and TypeMethodDescriptionXMap.getRootObjects()
Gets the root objects.XMap.getScannedObjects()
Gets a list of scanned objects.Modifier and TypeMethodDescriptionstatic String
XMLBuilder.saveToXML
(Object object, Element root, XAnnotatedObject xao) static void
XMLBuilder.toXML
(Object o, Element parent, XAnnotatedObject xao)