I - The input typeO - The output typepublic interface Translator<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
translate(I input)
Translates the input argument into the required output instance.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.