Uses of Interface
net.officefloor.plugin.xml.marshall.translate.Translator
Packages that use Translator
Package
Description
-
Uses of Translator in net.officefloor.plugin.xml.marshall.translate
Fields in net.officefloor.plugin.xml.marshall.translate declared as TranslatorModifier and TypeFieldDescriptionprotected final TranslatorTranslatorRegistry.defaultTranslatorDefaultTranslator.Fields in net.officefloor.plugin.xml.marshall.translate with type parameters of type TranslatorModifier and TypeFieldDescriptionprotected final Map<Class<?>,Translator> TranslatorRegistry.translatorsMap ofTranslatorinstances.Methods in net.officefloor.plugin.xml.marshall.translate that return TranslatorModifier and TypeMethodDescriptionTranslatorRegistry.getTranslator(Class<?> type) Obtains theTranslatorfor the input type.Methods in net.officefloor.plugin.xml.marshall.translate with parameters of type TranslatorModifier and TypeMethodDescriptionvoidTranslatorRegistry.registerTranslator(Class<?> type, Translator translator) Registers aTranslator. -
Uses of Translator in net.officefloor.plugin.xml.marshall.tree
Fields in net.officefloor.plugin.xml.marshall.tree declared as TranslatorModifier and TypeFieldDescriptionprotected final TranslatorAbstractValueXmlMapping.translatorTranslatorto translate the return value of the method to a string value for XML.Constructors in net.officefloor.plugin.xml.marshall.tree with parameters of type TranslatorModifierConstructorDescriptionAbstractValueXmlMapping(String tagName, Method getMethod, Translator translator, boolean isUseRaw) Initiate with items to write an attribute/value.AttributeXmlMapping(String tagName, Method getMethod, Translator translator, boolean isUseRaw) From super.ValueXmlMapping(String tagName, Method getMethod, Translator translator, boolean isUseRaw) From super.