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 DynamicValueLoader
FlatXmlUnmarshallerMetaData. getValueLoader(java.lang.String elementName)
Obtain theDynamicValueLoader
for 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 DynamicValueLoader
ValueLoaderFactory. createDynamicValueLoader(java.lang.String loadMethodName)
Creates theDynamicValueLoader
for 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 DynamicValueLoader
ValueXmlMapping. loader
Loads 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
.
-