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 classAbstractTypeXmlMappingAbstractXmlMappingto aid in type specific mapping.classAbstractValueXmlMappingAbstractXmlMappingto aid in writing an attribute/value.classAttributeXmlMappingWrites an XML attribute with value sourced from object.classCollectionXmlMappingImplementation ofXmlMappingto iterate over aCollectionobject in context.classObjectXmlMappingWrites an object into XML.classTypeXmlMappingImplementation ofXmlMappingto map an object based on its specific sub-type implementation.classValueXmlMappingWrites a XML value with value sourced from object.
-