S - the source typeT - the target typepublic interface OutputTypeTranslator<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
to(S source)
Translates a source value into a target value ("output to external").
|
T to(S source) throws IOException
source - the source value to be translatedIOException - in case that translation failsCopyright © 2022. All rights reserved.