TDest - the generic typepublic interface StringConverter<TDest>
| Modifier and Type | Method and Description |
|---|---|
TDest |
convert(String value)
Converts the specified value to the type TDest.
|
TDest convert(String value) throws ConvertException
value - the value to convertConvertException - occurs when the value cannot be converted to the type TDestCopyright © 1998-2021 Apache Software Foundation. All Rights Reserved.