Uses of Class
org.nuxeo.common.xmap.XValueFactory
Packages that use 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
Fields in org.nuxeo.common.xmap declared as XValueFactoryModifier and TypeFieldDescriptionstatic final XValueFactoryXValueFactory.BOOLEANstatic final XValueFactoryXValueFactory.CLASSstatic final XValueFactoryXValueFactory.DATEstatic final XValueFactoryXValueFactory.DOUBLEstatic final XValueFactoryXValueFactory.DURATIONstatic final XValueFactoryXValueFactory.FILEstatic final XValueFactoryXValueFactory.FLOATstatic final XValueFactoryXValueFactory.INTEGERstatic final XValueFactoryXValueFactory.LONGstatic final XValueFactoryXValueFactory.RESOURCEstatic final XValueFactoryXValueFactory.STRINGstatic final XValueFactoryXValueFactory.URLprotected XValueFactoryXAnnotatedMember.valueFactoryThe value factory used to transform strings in objects compatible with this member type.Methods in org.nuxeo.common.xmap that return XValueFactoryModifier and TypeMethodDescriptionstatic XValueFactoryXValueFactory.getFactory(Class<?> type) XMap.getValueFactory(Class<?> type) Gets the value factory used for objects of the given class.Methods in org.nuxeo.common.xmap with parameters of type XValueFactoryModifier and TypeMethodDescriptionstatic voidXValueFactory.addFactory(Class<?> klass, XValueFactory factory) voidXMap.setValueFactory(Class<?> type, XValueFactory factory) Sets a custom value factory for the given class.