I - the type of the inputO - the type of the outputpublic interface TranslatorFactory<I,O>
Translator instances.| Modifier and Type | Method and Description |
|---|---|
Translator<I,O> |
newInstance(java.util.Map<java.lang.String,java.lang.Object> arguments)
Returns a new instance of the
Translator class. |
Translator<I,O> newInstance(java.util.Map<java.lang.String,java.lang.Object> arguments)
Translator class.arguments - the configurations for a new Translator instanceTranslator class