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
IOException
Copyright © 2016 Square, Inc.. All rights reserved.