Uses of Interface
net.officefloor.plugin.xml.marshall.translate.Translator
-
Packages that use Translator Package Description net.officefloor.plugin.xml.marshall.translate net.officefloor.plugin.xml.marshall.tree -
-
Uses of Translator in net.officefloor.plugin.xml.marshall.translate
Fields in net.officefloor.plugin.xml.marshall.translate declared as Translator Modifier and Type Field Description protected Translator
TranslatorRegistry. defaultTranslator
DefaultTranslator
.Fields in net.officefloor.plugin.xml.marshall.translate with type parameters of type Translator Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,Translator>
TranslatorRegistry. translators
Map ofTranslator
instances.Methods in net.officefloor.plugin.xml.marshall.translate that return Translator Modifier and Type Method Description Translator
TranslatorRegistry. getTranslator(java.lang.Class<?> type)
Obtains theTranslator
for the input type.Methods in net.officefloor.plugin.xml.marshall.translate with parameters of type Translator Modifier and Type Method Description void
TranslatorRegistry. registerTranslator(java.lang.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 Translator Modifier and Type Field Description protected Translator
AbstractValueXmlMapping. translator
Translator
to 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 Translator Constructor Description AbstractValueXmlMapping(java.lang.String tagName, java.lang.reflect.Method getMethod, Translator translator, boolean isUseRaw)
Initiate with items to write an attribute/value.AttributeXmlMapping(java.lang.String tagName, java.lang.reflect.Method getMethod, Translator translator, boolean isUseRaw)
From super.ValueXmlMapping(java.lang.String tagName, java.lang.reflect.Method getMethod, Translator translator, boolean isUseRaw)
From super.
-