Uses of Class
net.officefloor.plugin.xml.unmarshall.load.ObjectLoader
-
Packages that use ObjectLoader Package Description net.officefloor.plugin.xml.unmarshall.load net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of ObjectLoader in net.officefloor.plugin.xml.unmarshall.load
Methods in net.officefloor.plugin.xml.unmarshall.load that return ObjectLoader Modifier and Type Method Description ObjectLoader
ObjectLoaderFactory. createObjectLoader(java.lang.String loadMethodName, java.lang.Class<?> loadObjectType)
Creates theObjectLoader
for 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 ObjectLoader Modifier and Type Field Description protected ObjectLoader
ObjectXmlMapping. loader
Loads the object onto the target object.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type ObjectLoader Constructor Description ObjectXmlMapping(ObjectLoader loader, XmlContext loadObjectContext)
Initiate with loader andXmlContext
for the object loaded.
-