Uses of Class
net.officefloor.plugin.xml.unmarshall.load.StaticValueLoader
-
Packages that use StaticValueLoader Package Description net.officefloor.plugin.xml.unmarshall.load net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of StaticValueLoader in net.officefloor.plugin.xml.unmarshall.load
Methods in net.officefloor.plugin.xml.unmarshall.load that return StaticValueLoader Modifier and Type Method Description StaticValueLoader
ValueLoaderFactory. createStaticValueLoader(java.lang.String loadMethodName, java.lang.String value)
Creates theStaticValueLoader
for the load method of the target object. -
Uses of StaticValueLoader in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree declared as StaticValueLoader Modifier and Type Field Description protected StaticValueLoader
StaticXmlMapping. loader
Loader to load the staic value.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type StaticValueLoader Constructor Description StaticXmlMapping(StaticValueLoader loader)
Initiate with static value loader.
-