Uses of Class
net.officefloor.plugin.xml.unmarshall.load.DynamicValueLoader
Packages that use DynamicValueLoader
Package
Description
-
Uses of DynamicValueLoader in net.officefloor.plugin.xml.unmarshall.flat
Methods in net.officefloor.plugin.xml.unmarshall.flat that return DynamicValueLoaderModifier and TypeMethodDescriptionFlatXmlUnmarshallerMetaData.getValueLoader(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 DynamicValueLoaderModifier and TypeMethodDescriptionValueLoaderFactory.createDynamicValueLoader(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 DynamicValueLoaderModifier and TypeFieldDescriptionprotected final DynamicValueLoaderValueXmlMapping.loaderLoads the value onto the target object.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type DynamicValueLoaderModifierConstructorDescriptionValueXmlMapping(DynamicValueLoader loader) Initiate with theDynamicValueLoader.