Uses of Interface
net.officefloor.plugin.xml.unmarshall.translate.Translator
Packages that use Translator
Package
Description
-
Uses of Translator in net.officefloor.plugin.xml.unmarshall.load
Fields in net.officefloor.plugin.xml.unmarshall.load declared as TranslatorModifier and TypeFieldDescriptionprotected final TranslatorDynamicValueLoader.translatorTranslator to translate the XML string value to type to load onto the object.Constructors in net.officefloor.plugin.xml.unmarshall.load with parameters of type TranslatorModifierConstructorDescriptionDynamicValueLoader(Method loadMethod, Translator translator) Initiate. -
Uses of Translator in net.officefloor.plugin.xml.unmarshall.translate
Fields in net.officefloor.plugin.xml.unmarshall.translate with type parameters of type TranslatorModifier and TypeFieldDescriptionprotected final Map<Class<?>,Translator> TranslatorRegistry.translatorsMap of the translators.Methods in net.officefloor.plugin.xml.unmarshall.translate that return TranslatorModifier and TypeMethodDescriptionTranslatorRegistry.getTranslator(Class<?> translateType) Obtains theTranslatorto the specific type.Methods in net.officefloor.plugin.xml.unmarshall.translate with parameters of type TranslatorModifier and TypeMethodDescriptionvoidTranslatorRegistry.registerTranslator(Class<?> type, Translator translator) Registers aTranslator.