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 |
---|---|
static XValueFactory |
XValueFactory.BOOLEAN |
static XValueFactory |
XValueFactory.CLASS |
static XValueFactory |
XValueFactory.DATE |
static XValueFactory |
XValueFactory.DOUBLE |
static XValueFactory |
XValueFactory.FILE |
static XValueFactory |
XValueFactory.FLOAT |
static XValueFactory |
XValueFactory.INTEGER |
static XValueFactory |
XValueFactory.LONG |
static XValueFactory |
XValueFactory.RESOURCE |
static XValueFactory |
XValueFactory.STRING |
static XValueFactory |
XValueFactory.URL |
protected XValueFactory |
XAnnotatedMember.valueFactory
The value factory used to transform strings in objects compatible with this member type.
|
Modifier and Type | Method and Description |
---|---|
static XValueFactory |
XValueFactory.getFactory(Class type) |
XValueFactory |
XMap.getValueFactory(Class<?> type)
Gets the value factory used for objects of the given class.
|
Modifier and Type | Method and Description |
---|---|
static void |
XValueFactory.addFactory(Class klass,
XValueFactory factory) |
void |
XMap.setValueFactory(Class<?> type,
XValueFactory factory)
Sets a custom value factory for the given class.
|
Copyright © 2016 Nuxeo SA. All rights reserved.