Uses of Class
net.officefloor.plugin.xml.unmarshall.load.ObjectLoader
Packages that use ObjectLoader
Package
Description
-
Uses of ObjectLoader in net.officefloor.plugin.xml.unmarshall.load
Methods in net.officefloor.plugin.xml.unmarshall.load that return ObjectLoaderModifier and TypeMethodDescriptionObjectLoaderFactory.createObjectLoader(String loadMethodName, Class<?> loadObjectType) Creates theObjectLoaderfor the load method of the target object. -
Uses of ObjectLoader in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree declared as ObjectLoaderModifier and TypeFieldDescriptionprotected final ObjectLoaderObjectXmlMapping.loaderLoads the object onto the target object.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type ObjectLoaderModifierConstructorDescriptionObjectXmlMapping(ObjectLoader loader, XmlContext loadObjectContext) Initiate with loader andXmlContextfor the object loaded.