class |
BigDecimalConversion |
Converts Strings to BigDecimals and vice versa
|
class |
BigIntegerConversion |
Converts Strings to BigIntegers and vice versa
|
class |
BooleanConversion |
Converts Strings to Booleans and vice versa
|
class |
ByteConversion |
Converts Strings to Bytes and vice versa
|
class |
CalendarConversion |
Converts Strings to instances of Calendar and vice versa.
|
class |
CharacterConversion |
Converts Strings to Characters and vice versa
|
class |
DateConversion |
Converts Strings to instances of Date and vice versa.
|
class |
DoubleConversion |
Converts Strings to Doubles and vice versa
|
class |
EnumConversion<T extends java.lang.Enum<T>> |
Converts Strings to enumeration constants and vice versa.
|
class |
FloatConversion |
Converts Strings to Floats and vice versa
|
class |
FormattedBigDecimalConversion |
Converts formatted Strings to instances of BigDecimal and vice versa.
|
class |
IntegerConversion |
Converts Strings to Integers and vice versa
|
class |
LongConversion |
Converts Strings to Longs and vice versa
|
class |
NumericConversion<T extends java.lang.Number> |
Converts Strings to instances of Number and vice versa.
|
class |
ObjectConversion<T> |
Default implementation for conversions from an input String to Objects of a given type T
|
class |
ShortConversion |
Converts Strings to Shorts and vice versa
|
class |
ToStringConversion |
Converts any non-null object to its String representation.
|