Uses of Interface
net.officefloor.plugin.xml.unmarshall.tree.XmlMapping
-
Packages that use XmlMapping Package Description net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of XmlMapping in net.officefloor.plugin.xml.unmarshall.tree
Classes in net.officefloor.plugin.xml.unmarshall.tree that implement XmlMapping Modifier and Type Class Description class
ObjectXmlMapping
XmlMapping
that loads object onto target object.class
RootXmlMapping
XmlMapping
that puts the root object into context.class
StaticXmlMapping
XmlMapping
that loads a static value to the target object.class
ValueXmlMapping
XmlMapping
that loads a value to the target object.Fields in net.officefloor.plugin.xml.unmarshall.tree declared as XmlMapping Modifier and Type Field Description protected XmlMapping
ElementXmlMapping. elementXmlMapping
XmlMapping
of the element.Fields in net.officefloor.plugin.xml.unmarshall.tree with type parameters of type XmlMapping Modifier and Type Field Description protected java.util.Map<java.lang.String,XmlMapping>
AttributeXmlMappings. mappings
Mappings of attribute to appropriateXmlMapping
.protected java.util.List<XmlMapping>
ElementXmlMapping. staticXmlMappings
List of staticXmlMapping
instances for the element.Methods in net.officefloor.plugin.xml.unmarshall.tree that return XmlMapping Modifier and Type Method Description XmlMapping
ElementXmlMapping. getElementXmlMapping()
Obtains theXmlMapping
for the element.XmlMapping
AttributeXmlMappings. getXmlMapping(java.lang.String attributeName)
Obtains theXmlMapping
for the input attribute.Methods in net.officefloor.plugin.xml.unmarshall.tree that return types with arguments of type XmlMapping Modifier and Type Method Description java.util.List<XmlMapping>
ElementXmlMapping. getStaticXmlMappings()
Obtains the list of staticXmlMapping
instances for the element.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlMapping Modifier and Type Method Description protected void
ElementXmlMapping. addAttributeXmlMapping(java.lang.String attributeName, XmlMapping mapping)
Adds aXmlMapping
for an attribute of the element.void
ElementXmlMapping. addStaticXmlMappings(XmlMapping mapping)
Adds a staticXmlMapping
to the element.protected void
AttributeXmlMappings. addXmlMapping(java.lang.String attributeName, XmlMapping mapping)
Adds anXmlMapping
for the attribute.protected void
ElementXmlMapping. setElementXmlMapping(XmlMapping mapping)
Specifies theXmlMapping
for the element.
-