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