Uses of Class
net.officefloor.plugin.xml.marshall.tree.AbstractXmlMapping
-
Packages that use AbstractXmlMapping Package Description net.officefloor.plugin.xml.marshall.tree -
-
Uses of AbstractXmlMapping in net.officefloor.plugin.xml.marshall.tree
Subclasses of AbstractXmlMapping in net.officefloor.plugin.xml.marshall.tree Modifier and Type Class Description class
AbstractTypeXmlMapping
AbstractXmlMapping
to aid in type specific mapping.class
AbstractValueXmlMapping
AbstractXmlMapping
to aid in writing an attribute/value.class
AttributeXmlMapping
Writes an XML attribute with value sourced from object.class
CollectionXmlMapping
Implementation ofXmlMapping
to iterate over aCollection
object in context.class
ObjectXmlMapping
Writes an object into XML.class
TypeXmlMapping
Implementation ofXmlMapping
to map an object based on its specific sub-type implementation.class
ValueXmlMapping
Writes a XML value with value sourced from object.
-