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 | Class and Description |
---|---|
class |
XAnnotatedContent |
class |
XAnnotatedContext |
class |
XAnnotatedList |
class |
XAnnotatedMap |
class |
XAnnotatedParent |
Modifier and Type | Method and Description |
---|---|
XAnnotatedMember |
XMap.createFieldMember(Field field,
Annotation annotation) |
XAnnotatedMember |
XMap.createMethodMember(Method method,
Annotation annotation,
Class<?> klass) |
Modifier and Type | Method and Description |
---|---|
void |
XAnnotatedObject.addMember(XAnnotatedMember member) |
void |
DOMHelper.NodeVisitor.visitNode(Context ctx,
XAnnotatedMember xam,
Node node,
Collection<Object> result) |
void |
DOMHelper.NodeMapVisitor.visitNode(Context ctx,
XAnnotatedMember xam,
Node node,
String key,
Map<String,Object> result) |
Copyright © 2018 Nuxeo. All rights reserved.