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 ObjectLoaderObjectLoaderFactory. createObjectLoader(java.lang.String loadMethodName, java.lang.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 ObjectLoader Modifier and Type Field Description protected ObjectLoaderObjectXmlMapping. loaderLoads 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 andXmlContextfor the object loaded.
-