Uses of Class
org.nuxeo.common.xmap.XValueFactory
Package
Description
A framework used to map XML (config) files to Java objects attributes,
as specified using Java annotations.
-
Uses of XValueFactory in org.nuxeo.common.xmap
Modifier and TypeFieldDescriptionstatic final XValueFactory
XValueFactory.BOOLEAN
static final XValueFactory
XValueFactory.CLASS
static final XValueFactory
XValueFactory.DATE
static final XValueFactory
XValueFactory.DOUBLE
static final XValueFactory
XValueFactory.DURATION
static final XValueFactory
XValueFactory.FILE
static final XValueFactory
XValueFactory.FLOAT
static final XValueFactory
XValueFactory.INTEGER
static final XValueFactory
XValueFactory.LONG
static final XValueFactory
XValueFactory.RESOURCE
static final XValueFactory
XValueFactory.STRING
static final XValueFactory
XValueFactory.URL
protected XValueFactory
XAnnotatedMember.valueFactory
The value factory used to transform strings in objects compatible with this member type.Modifier and TypeMethodDescriptionstatic XValueFactory
XValueFactory.getFactory
(Class<?> type) XMap.getValueFactory
(Class<?> type) Gets the value factory used for objects of the given class.Modifier and TypeMethodDescriptionstatic void
XValueFactory.addFactory
(Class<?> klass, XValueFactory factory) void
XMap.setValueFactory
(Class<?> type, XValueFactory factory) Sets a custom value factory for the given class.