| Interface | Description |
|---|---|
| Converter<S,T> |
A class to convert the source-typed value to the target-typed value
|
| StringConverter<T> |
A class to covert
String to the target-typed value |
| Class | Description |
|---|---|
| StringToBooleanConverter | |
| StringToCharacterConverter | |
| StringToCharArrayConverter |
The class to convert
String to char[] |
| StringToDoubleConverter | |
| StringToFloatConverter | |
| StringToIntegerConverter | |
| StringToLongConverter | |
| StringToOptionalConverter | |
| StringToShortConverter | |
| StringToStringConverter |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.