Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.ElementXmlMapping
Packages that use ElementXmlMapping
-
Uses of ElementXmlMapping in net.officefloor.plugin.xml.unmarshall.tree
Fields in net.officefloor.plugin.xml.unmarshall.tree with type parameters of type ElementXmlMappingModifier and TypeFieldDescriptionprotected final Map<String,ElementXmlMapping> XmlContext.mappingsMappings of XML element to appropriateElementXmlMapping.Methods in net.officefloor.plugin.xml.unmarshall.tree that return ElementXmlMappingModifier and TypeMethodDescriptionReferencedXmlMappingRegistry.getElementXmlMapping(String id, Class<?> targetObjectType) Obtains theElementXmlMappinginstance identified by its id for a specific target object.XmlContext.getElementXmlMapping(String elementName) Obtains theElementXmlMappingfor the element.Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type ElementXmlMappingModifier and TypeMethodDescriptionprotected voidReferencedXmlMappingRegistry.registerReferenceXmlMapping(String id, Class<?> targetObjectType, ElementXmlMapping mapping, XmlMappingMetaData mappingMetaData) Registers a referenceXmlMapping.