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 TranslatorTranslatorRegistry. defaultTranslatorDefaultTranslator.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. translatorsMap ofTranslatorinstances.Methods in net.officefloor.plugin.xml.marshall.translate that return Translator Modifier and Type Method Description TranslatorTranslatorRegistry. getTranslator(java.lang.Class<?> type)Obtains theTranslatorfor the input type.Methods in net.officefloor.plugin.xml.marshall.translate with parameters of type Translator Modifier and Type Method Description voidTranslatorRegistry. 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 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 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.
-