Package | Description |
---|---|
org.nuxeo.common.xmap |
A framework used to map XML (config) files to Java objects attributes,
as specified using Java annotations.
|
org.nuxeo.connect.update.standalone | |
org.nuxeo.runtime.model.impl |
Constructor and Description |
---|
XAnnotatedContent(XMap xmap,
XAccessor setter,
XContent anno) |
XAnnotatedContext(XMap xmap,
XAccessor accessor,
XContext anno) |
XAnnotatedList(XMap xmap,
XAccessor setter) |
XAnnotatedList(XMap xmap,
XAccessor setter,
XNodeList anno) |
XAnnotatedMap(XMap xmap,
XAccessor setter,
XNodeMap anno) |
XAnnotatedMember(XMap xmap,
XAccessor accessor) |
XAnnotatedMember(XMap xmap,
XAccessor setter,
XNode anno) |
XAnnotatedObject(XMap xmap,
Class<?> klass,
XObject xob) |
XAnnotatedParent(XMap xmap,
XAccessor accessor) |
Modifier and Type | Field and Description |
---|---|
protected static XMap |
StandaloneUpdateService.xmap |
Modifier and Type | Method and Description |
---|---|
static XMap |
StandaloneUpdateService.createXmap() |
static XMap |
StandaloneUpdateService.getXmap() |
Modifier and Type | Field and Description |
---|---|
XMap |
ExtensionPointImpl.xmap |
protected XMap |
ExtensionDescriptorReader.xmap |
Modifier and Type | Method and Description |
---|---|
XMap |
ExtensionDescriptorReader.getXMap() |
Copyright © 2017 Nuxeo. All rights reserved.