Uses of Class
net.officefloor.plugin.xml.unmarshall.load.DynamicValueLoader
-
Packages that use DynamicValueLoader Package Description net.officefloor.plugin.xml.unmarshall.flat net.officefloor.plugin.xml.unmarshall.load net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of DynamicValueLoader in net.officefloor.plugin.xml.unmarshall.flat
Methods in net.officefloor.plugin.xml.unmarshall.flat that return DynamicValueLoader Modifier and Type Method Description DynamicValueLoaderFlatXmlUnmarshallerMetaData. getValueLoader(java.lang.String elementName)Obtain theDynamicValueLoaderfor the input element. -
Uses of DynamicValueLoader in net.officefloor.plugin.xml.unmarshall.load
Methods in net.officefloor.plugin.xml.unmarshall.load that return DynamicValueLoader Modifier and Type Method Description DynamicValueLoaderValueLoaderFactory. createDynamicValueLoader(java.lang.String loadMethodName)Creates theDynamicValueLoaderfor the load method of the target object. -
Uses of DynamicValueLoader in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree declared as DynamicValueLoader Modifier and Type Field Description protected DynamicValueLoaderValueXmlMapping. loaderLoads the value onto the target object.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type DynamicValueLoader Constructor Description ValueXmlMapping(DynamicValueLoader loader)Initiate with theDynamicValueLoader.
-