Uses of Interface
net.officefloor.plugin.xml.unmarshall.tree.XmlMapping
Packages that use XmlMapping
-
Uses of XmlMapping in net.officefloor.plugin.xml.unmarshall.tree
Classes in net.officefloor.plugin.xml.unmarshall.tree that implement XmlMappingModifier and TypeClassDescriptionclassXmlMappingthat loads object onto target object.classXmlMappingthat puts the root object into context.classXmlMappingthat loads a static value to the target object.classXmlMappingthat loads a value to the target object.Fields in net.officefloor.plugin.xml.unmarshall.tree declared as XmlMappingModifier and TypeFieldDescriptionprotected XmlMappingElementXmlMapping.elementXmlMappingXmlMappingof the element.Fields in net.officefloor.plugin.xml.unmarshall.tree with type parameters of type XmlMappingModifier and TypeFieldDescriptionprotected final Map<String,XmlMapping> AttributeXmlMappings.mappingsMappings of attribute to appropriateXmlMapping.protected List<XmlMapping>ElementXmlMapping.staticXmlMappingsList of staticXmlMappinginstances for the element.Methods in net.officefloor.plugin.xml.unmarshall.tree that return XmlMappingModifier and TypeMethodDescriptionElementXmlMapping.getElementXmlMapping()Obtains theXmlMappingfor the element.AttributeXmlMappings.getXmlMapping(String attributeName) Obtains theXmlMappingfor the input attribute.Methods in net.officefloor.plugin.xml.unmarshall.tree that return types with arguments of type XmlMappingModifier and TypeMethodDescriptionElementXmlMapping.getStaticXmlMappings()Obtains the list of staticXmlMappinginstances for the element.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type XmlMappingModifier and TypeMethodDescriptionprotected voidElementXmlMapping.addAttributeXmlMapping(String attributeName, XmlMapping mapping) Adds aXmlMappingfor an attribute of the element.voidElementXmlMapping.addStaticXmlMappings(XmlMapping mapping) Adds a staticXmlMappingto the element.protected voidAttributeXmlMappings.addXmlMapping(String attributeName, XmlMapping mapping) Adds anXmlMappingfor the attribute.protected voidElementXmlMapping.setElementXmlMapping(XmlMapping mapping) Specifies theXmlMappingfor the element.