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 classObjectXmlMappingXmlMappingthat loads object onto target object.classRootXmlMappingXmlMappingthat puts the root object into context.classStaticXmlMappingXmlMappingthat loads a static value to the target object.classValueXmlMappingXmlMappingthat loads a value to the target object.Fields in net.officefloor.plugin.xml.unmarshall.tree declared as XmlMapping Modifier and Type Field Description protected XmlMappingElementXmlMapping. elementXmlMappingXmlMappingof 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. mappingsMappings of attribute to appropriateXmlMapping.protected java.util.List<XmlMapping>ElementXmlMapping. staticXmlMappingsList of staticXmlMappinginstances for the element.Methods in net.officefloor.plugin.xml.unmarshall.tree that return XmlMapping Modifier and Type Method Description XmlMappingElementXmlMapping. getElementXmlMapping()Obtains theXmlMappingfor the element.XmlMappingAttributeXmlMappings. getXmlMapping(java.lang.String attributeName)Obtains theXmlMappingfor 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 staticXmlMappinginstances for the element.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlMapping Modifier and Type Method Description protected voidElementXmlMapping. addAttributeXmlMapping(java.lang.String attributeName, XmlMapping mapping)Adds aXmlMappingfor an attribute of the element.voidElementXmlMapping. addStaticXmlMappings(XmlMapping mapping)Adds a staticXmlMappingto the element.protected voidAttributeXmlMappings. addXmlMapping(java.lang.String attributeName, XmlMapping mapping)Adds anXmlMappingfor the attribute.protected voidElementXmlMapping. setElementXmlMapping(XmlMapping mapping)Specifies theXmlMappingfor the element.
-