Uses of Class
net.officefloor.plugin.xml.unmarshall.tree.ReferencedXmlMappingRegistry
Packages that use ReferencedXmlMappingRegistry
-
Uses of ReferencedXmlMappingRegistry in net.officefloor.plugin.xml.unmarshall.tree
Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type ReferencedXmlMappingRegistryModifierConstructorDescriptionTreeXmlUnmarshaller(XmlMappingMetaData metaData, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry) Initiate with details to unmarshall the XML.XmlContext(Class<?> targetObjectType, String rootNode, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referencedRegistry) Constructor that should be used by external classes to instantiate this.protectedXmlContext(Class<?> targetObjectType, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, String outerElementName, XmlContext outerContext, ReferencedXmlMappingRegistry referencedRegistry) Initiate theXmlContextfrom configuration.