Class AbstractValueLoader
java.lang.Object
net.officefloor.plugin.xml.unmarshall.load.AbstractValueLoader
- Direct Known Subclasses:
DynamicValueLoader,StaticValueLoader
Abstract value loader.
- Author:
- Daniel Sagenschneider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MethodMethod to load value onto the target object. -
Constructor Summary
ConstructorsConstructorDescriptionAbstractValueLoader(Method loadMethod) Initiate with ability to load value onto target object. -
Method Summary
-
Field Details
-
loadMethod
Method to load value onto the target object.
-
-
Constructor Details
-
AbstractValueLoader
Initiate with ability to load value onto target object.- Parameters:
loadMethod-Methodto load the value.
-
-
Method Details
-
setValue
Sets the value onto the target object.- Parameters:
targetObject- Target object to have value loaded on.value- Value to load onto the target object.- Throws:
XmlMarshallException- Failed to load value onto target object.
-