Uses of Class
org.nuxeo.common.xmap.XAnnotatedObject
Packages that use 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
Fields in org.nuxeo.common.xmap declared as XAnnotatedObjectModifier and TypeFieldDescriptionprotected XAnnotatedObjectXAnnotatedMember.xaoNot null if the described object is an xannotated object.Methods in org.nuxeo.common.xmap that return XAnnotatedObjectModifier and TypeMethodDescriptionRegisters a mappable object class.Methods in org.nuxeo.common.xmap that return types with arguments of type XAnnotatedObjectModifier and TypeMethodDescriptionXMap.getRootObjects()Gets the root objects.XMap.getScannedObjects()Gets a list of scanned objects.Methods in org.nuxeo.common.xmap with parameters of type XAnnotatedObjectModifier and TypeMethodDescriptionstatic StringXMLBuilder.saveToXML(Object object, Element root, XAnnotatedObject xao) static voidXMLBuilder.toXML(Object o, Element parent, XAnnotatedObject xao)