Uses of Interface
net.officefloor.plugin.xml.unmarshall.translate.Translator
-
Packages that use Translator Package Description net.officefloor.plugin.xml.unmarshall.load net.officefloor.plugin.xml.unmarshall.translate -
-
Uses of Translator in net.officefloor.plugin.xml.unmarshall.load
Fields in net.officefloor.plugin.xml.unmarshall.load declared as Translator Modifier and Type Field Description protected Translator
DynamicValueLoader. translator
Translator 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 Translator Constructor Description DynamicValueLoader(java.lang.reflect.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 Translator Modifier and Type Field Description protected java.util.Map<java.lang.Class<?>,Translator>
TranslatorRegistry. translators
Map of the translators.Methods in net.officefloor.plugin.xml.unmarshall.translate that return Translator Modifier and Type Method Description Translator
TranslatorRegistry. getTranslator(java.lang.Class<?> translateType)
Obtains theTranslator
to the specific type.Methods in net.officefloor.plugin.xml.unmarshall.translate with parameters of type Translator Modifier and Type Method Description void
TranslatorRegistry. registerTranslator(java.lang.Class<?> type, Translator translator)
Registers aTranslator
.
-