public interface Converter<F,T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Converter.Factory
Creates
Converter instances based on a type and target usage. |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(F value) |
T convert(F value) throws IOException
IOExceptionCopyright © 2017 Square, Inc.. All rights reserved.