Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.ElementXmlMapping
-
Packages that use ElementXmlMapping Package Description net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of ElementXmlMapping in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree with type parameters of type ElementXmlMapping Modifier and Type Field Description protected java.util.Map<java.lang.String,ElementXmlMapping>
XmlContext. mappings
Mappings of XML element to appropriateElementXmlMapping
.Methods in net.officefloor.plugin.xml.unmarshall.tree that return ElementXmlMapping Modifier and Type Method Description ElementXmlMapping
ReferencedXmlMappingRegistry. getElementXmlMapping(java.lang.String id, java.lang.Class<?> targetObjectType)
Obtains theElementXmlMapping
instance identified by its id for a specific target object.ElementXmlMapping
XmlContext. getElementXmlMapping(java.lang.String elementName)
Obtains theElementXmlMapping
for the element.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type ElementXmlMapping Modifier and Type Method Description protected void
ReferencedXmlMappingRegistry. registerReferenceXmlMapping(java.lang.String id, java.lang.Class<?> targetObjectType, ElementXmlMapping mapping, XmlMappingMetaData mappingMetaData)
Registers a referenceXmlMapping
.
-