Uses of Class
net.officefloor.plugin.xml.unmarshall.translate.TranslatorRegistry
Packages that use TranslatorRegistry
Package
Description
-
Uses of TranslatorRegistry in net.officefloor.plugin.xml.unmarshall.load
Fields in net.officefloor.plugin.xml.unmarshall.load declared as TranslatorRegistryModifier and TypeFieldDescriptionprotected final TranslatorRegistryValueLoaderFactory.translatorRegistryRegistry ofTranslatorobjects.Constructors in net.officefloor.plugin.xml.unmarshall.load with parameters of type TranslatorRegistryModifierConstructorDescriptionValueLoaderFactory(TranslatorRegistry translatorRegistry, Class<?> targetObjectType) Initiate the value loader. -
Uses of TranslatorRegistry in net.officefloor.plugin.xml.unmarshall.tree
Methods in net.officefloor.plugin.xml.unmarshall.tree with parameters of type TranslatorRegistryModifier and TypeMethodDescriptionstatic XmlMappingMetaDataTreeXmlUnmarshallerManagedObjectSource.createXmlMappingMetaData(InputStream configuration, TranslatorRegistry translatorRegistry) Creates theXmlMappingMetaDatafrom the input configuration.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type TranslatorRegistryModifierConstructorDescriptionTreeXmlUnmarshaller(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.