Uses of Class
net.officefloor.plugin.xml.unmarshall.load.StaticValueLoader
Packages that use StaticValueLoader
Package
Description
-
Uses of StaticValueLoader in net.officefloor.plugin.xml.unmarshall.load
Methods in net.officefloor.plugin.xml.unmarshall.load that return StaticValueLoaderModifier and TypeMethodDescriptionValueLoaderFactory.createStaticValueLoader(String loadMethodName, String value) Creates theStaticValueLoaderfor 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 StaticValueLoaderModifier and TypeFieldDescriptionprotected final StaticValueLoaderStaticXmlMapping.loaderLoader to load the staic value.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type StaticValueLoaderModifierConstructorDescriptionStaticXmlMapping(StaticValueLoader loader) Initiate with static value loader.