Uses of Interface
net.officefloor.plugin.xml.marshall.tree.XmlMapping
-
Packages that use XmlMapping Package Description net.officefloor.plugin.xml.marshall.tree -
-
Uses of XmlMapping in net.officefloor.plugin.xml.marshall.tree
Classes in net.officefloor.plugin.xml.marshall.tree that implement XmlMapping Modifier and Type Class Description classAbstractTypeXmlMappingAbstractXmlMappingto aid in type specific mapping.classAbstractValueXmlMappingAbstractXmlMappingto aid in writing an attribute/value.classAbstractXmlMappingAbstractXmlMappingto aid in mapping.classAttributeXmlMappingWrites an XML attribute with value sourced from object.classCollectionXmlMappingImplementation ofXmlMappingto iterate over aCollectionobject in context.classObjectXmlMappingWrites an object into XML.classProxyXmlMappingEnables wrapping of aXmlWriterto let it be referenced.classReferenceXmlMappingEnables referencing anotherXmlWriterto write the XML of the object obtained from the source object.classStaticXmlMappingProvides static mapping.classTreeXmlMarshallerImplementation ofXmlMarshallerthat is capable of marshalling a tree object graph.classTypeXmlMappingImplementation ofXmlMappingto map an object based on its specific sub-type implementation.classValueXmlMappingWrites a XML value with value sourced from object.Fields in net.officefloor.plugin.xml.marshall.tree declared as XmlMapping Modifier and Type Field Description protected XmlMappingProxyXmlMapping. delegateXmlMappingbeing wrapped to delegate XML mapping.protected XmlMappingReferenceXmlMapping. delegateXmlMappingbeing wrapped to delegate XML writing.Fields in net.officefloor.plugin.xml.marshall.tree with type parameters of type XmlMapping Modifier and Type Field Description protected java.util.List<XmlMapping>XmlSpecificContext. mappingsMappings to be applied for this context.protected java.util.Map<java.lang.String,XmlMapping>ReferencedXmlMappingRegistry. registryRegistry of theXmlMappinginstances.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlMapping Modifier and Type Method Description XmlMappingReferencedXmlMappingRegistry. getXmlMapping(java.lang.String id)Obtains theXmlMappingregistered under the id.Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlMapping Modifier and Type Method Description protected voidXmlSpecificContext. addXmlMapping(XmlMapping mapping)Adds aXmlMappingto the listing ofXmlMappinginstances for this context.voidReferencedXmlMappingRegistry. registerXmlMapping(java.lang.String id, XmlMapping xmlMapping)Registers theXmlMapping.voidProxyXmlMapping. setDelegate(XmlMapping delegate)Constructors in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlMapping Constructor Description ReferenceXmlMapping(java.lang.reflect.Method getMethod, XmlMapping delegate)Initiate to apply reference mapping.
-