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 class
AbstractTypeXmlMapping
AbstractXmlMapping
to aid in type specific mapping.class
AbstractValueXmlMapping
AbstractXmlMapping
to aid in writing an attribute/value.class
AbstractXmlMapping
AbstractXmlMapping
to aid in mapping.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
ProxyXmlMapping
Enables wrapping of aXmlWriter
to let it be referenced.class
ReferenceXmlMapping
Enables referencing anotherXmlWriter
to write the XML of the object obtained from the source object.class
StaticXmlMapping
Provides static mapping.class
TreeXmlMarshaller
Implementation ofXmlMarshaller
that is capable of marshalling a tree object graph.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.Fields in net.officefloor.plugin.xml.marshall.tree declared as XmlMapping Modifier and Type Field Description protected XmlMapping
ProxyXmlMapping. delegate
XmlMapping
being wrapped to delegate XML mapping.protected XmlMapping
ReferenceXmlMapping. delegate
XmlMapping
being 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. mappings
Mappings to be applied for this context.protected java.util.Map<java.lang.String,XmlMapping>
ReferencedXmlMappingRegistry. registry
Registry of theXmlMapping
instances.Methods in net.officefloor.plugin.xml.marshall.tree that return XmlMapping Modifier and Type Method Description XmlMapping
ReferencedXmlMappingRegistry. getXmlMapping(java.lang.String id)
Obtains theXmlMapping
registered under the id.Methods in net.officefloor.plugin.xml.marshall.tree with parameters of type XmlMapping Modifier and Type Method Description protected void
XmlSpecificContext. addXmlMapping(XmlMapping mapping)
Adds aXmlMapping
to the listing ofXmlMapping
instances for this context.void
ReferencedXmlMappingRegistry. registerXmlMapping(java.lang.String id, XmlMapping xmlMapping)
Registers theXmlMapping
.void
ProxyXmlMapping. 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.
-