Uses of Class
net.officefloor.plugin.xml.unmarshall.translate.TranslatorRegistry
-
Packages that use TranslatorRegistry Package Description net.officefloor.plugin.xml.unmarshall.load net.officefloor.plugin.xml.unmarshall.tree -
-
Uses of TranslatorRegistry in net.officefloor.plugin.xml.unmarshall.load
Fields in net.officefloor.plugin.xml.unmarshall.load declared as TranslatorRegistry Modifier and Type Field Description protected TranslatorRegistry
ValueLoaderFactory. translatorRegistry
Registry ofTranslator
objects.Constructors in net.officefloor.plugin.xml.unmarshall.load with parameters of type TranslatorRegistry Constructor Description ValueLoaderFactory(TranslatorRegistry translatorRegistry, java.lang.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 TranslatorRegistry Modifier and Type Method Description static XmlMappingMetaData
TreeXmlUnmarshallerManagedObjectSource. createXmlMappingMetaData(java.io.InputStream configuration, TranslatorRegistry translatorRegistry)
Creates theXmlMappingMetaData
from the input configuration.Constructors in net.officefloor.plugin.xml.unmarshall.tree with parameters of type TranslatorRegistry Constructor Description TreeXmlUnmarshaller(XmlMappingMetaData metaData, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referenceRegistry)
Initiate with details to unmarshall the XML.XmlContext(java.lang.Class<?> targetObjectType, java.lang.String rootNode, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, ReferencedXmlMappingRegistry referencedRegistry)
Constructor that should be used by external classes to instantiate this.XmlContext(java.lang.Class<?> targetObjectType, XmlMappingMetaData[] configuration, TranslatorRegistry translatorRegistry, java.lang.String outerElementName, XmlContext outerContext, ReferencedXmlMappingRegistry referencedRegistry)
Initiate theXmlContext
from configuration.
-