Package | Description |
---|---|
org.nuxeo.common.xmap |
A framework used to map XML (config) files to Java objects attributes,
as specified using Java annotations.
|
Modifier and Type | Field and Description |
---|---|
protected XAnnotatedObject |
XAnnotatedMember.xao
Not null if the described object is an xannotated object.
|
Modifier and Type | Method and Description |
---|---|
XAnnotatedObject |
XMap.register(Class<?> klass)
Registers a mappable object class.
|
Modifier and Type | Method and Description |
---|---|
Collection<XAnnotatedObject> |
XMap.getRootObjects()
Gets the root objects.
|
Collection<XAnnotatedObject> |
XMap.getScannedObjects()
Gets a list of scanned objects.
|
Modifier and Type | Method and Description |
---|---|
static String |
XMLBuilder.saveToXML(Object object,
Element root,
XAnnotatedObject xao) |
static void |
XMLBuilder.toXML(Object o,
Element parent,
XAnnotatedObject xao) |
Copyright © 2016 Nuxeo SA. All rights reserved.