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) |
@Nullable T convert(F value) throws IOException
IOException
Copyright © 2020 Square, Inc.. All rights reserved.