See: Description
| Class | Description |
|---|---|
| DefaultBooleanToNumberConverter |
Converts a
Boolean to a Number by using predefined values
for true, false, and (optionally) null. |
| StringToDoubleConverter |
Converts a
String to a Double using the
Double.valueOf method. |
| StringToIntegerConverter |
Converts a
String to a Integer using the
Integer.valueOf method. |