Uses of Interface
net.officefloor.plugin.xml.marshall.tree.XmlMapping
Packages that use XmlMapping
-
Uses of XmlMapping in net.officefloor.plugin.xml.marshall.tree
Classes in net.officefloor.plugin.xml.marshall.tree that implement XmlMappingModifier and TypeClassDescriptionclassAbstractXmlMappingto aid in type specific mapping.classAbstractXmlMappingto aid in writing an attribute/value.classAbstractXmlMappingto aid in mapping.classWrites an XML attribute with value sourced from object.classImplementation ofXmlMappingto iterate over aCollectionobject in context.classWrites an object into XML.classEnables wrapping of aXmlWriterto let it be referenced.classEnables referencing anotherXmlWriterto write the XML of the object obtained from the source object.classProvides static mapping.classImplementation ofXmlMarshallerthat is capable of marshalling a tree object graph.classImplementation ofXmlMappingto map an object based on its specific sub-type implementation.classWrites a XML value with value sourced from object.Fields in net.officefloor.plugin.xml.marshall.tree declared as XmlMappingModifier and TypeFieldDescriptionprotected XmlMappingProxyXmlMapping.delegateXmlMappingbeing wrapped to delegate XML mapping.protected final XmlMappingReferenceXmlMapping.delegateXmlMappingbeing wrapped to delegate XML writing.Fields in net.officefloor.plugin.xml.marshall.tree with type parameters of type XmlMappingModifier and TypeFieldDescriptionprotected final List<XmlMapping>XmlSpecificContext.mappingsMappings to be applied for this context.protected final Map<String,XmlMapping> ReferencedXmlMappingRegistry.registryRegistry of theXmlMappinginstances.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlMappingModifier and TypeMethodDescriptionReferencedXmlMappingRegistry.getXmlMapping(String id) Obtains theXmlMappingregistered under the id.Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlMappingModifier and TypeMethodDescriptionprotected voidXmlSpecificContext.addXmlMapping(XmlMapping mapping) Adds aXmlMappingto the listing ofXmlMappinginstances for this context.voidReferencedXmlMappingRegistry.registerXmlMapping(String id, XmlMapping xmlMapping) Registers theXmlMapping.voidProxyXmlMapping.setDelegate(XmlMapping delegate) Constructors in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlMappingModifierConstructorDescriptionReferenceXmlMapping(Method getMethod, XmlMapping delegate) Initiate to apply reference mapping.