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.loadFields in net.officefloor.plugin.xml.unmarshall.load declared as Translator Modifier and Type Field Description protected 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 Translator Constructor Description DynamicValueLoader(java.lang.reflect.Method loadMethod, Translator translator)Initiate.
- 
Uses of Translator in net.officefloor.plugin.xml.unmarshall.translateFields 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. translatorsMap of the translators.Methods in net.officefloor.plugin.xml.unmarshall.translate that return Translator Modifier and Type Method Description TranslatorTranslatorRegistry. getTranslator(java.lang.Class<?> translateType)Obtains theTranslatorto the specific type.Methods in net.officefloor.plugin.xml.unmarshall.translate with parameters of type Translator Modifier and Type Method Description voidTranslatorRegistry. registerTranslator(java.lang.Class<?> type, Translator translator)Registers aTranslator.
 
-