| Modifier and Type | Class and Description |
|---|---|
static class |
Conversion.Converter.ObjectToStringConverter
This is the fallback string converter that simply does a toString on the
provided object.
|
static class |
Conversion.Converter.StringToBooleanConverter |
static class |
Conversion.Converter.StringToEnumConverter
This class can convert any enum to a string.
|
static class |
Conversion.Converter.StringToNumberConverter
This class can convert all number types such as BigDecimal, BigInteger, Byte, Double,
Float, Integer, Long, and Short.
|
static class |
Conversion.Converter.StringToObjectConverter
General purpose converter that is able to convert a String to an object if the
object have a suitable static valueof method or a single argument String constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T,V> void |
Conversion.register(Conversion.Converter converter) |
Copyright © 2013. All Rights Reserved.