See: Description
Interface | Description |
---|---|
Convertable |
Interface to declare that an implementing class is capable of converting a value to another type.
|
Class | Description |
---|---|
BigDecimalToIntegerConverter |
Converts a BigDecimal to an Integer.
|
BigDecimalToLongConverter |
Converts a BigDecimal to a Long.
|
Converter |
Converter to convert objects of one type to another type.
|
GenericObjectToStringConverter |
Generic converter from Object to String that simply uses the
Object.toString() method. |
StringToBigDecimalConverter |
Converts a String to a BigDecimal.
|
StringToBigIntegerConverter |
Converts a String to a BigInteger.
|
StringToBooleanConverter |
Converts a String to a Boolean.
|
StringToCharacterConverter |
Converts a String to a Character.
|
StringToDoubleConverter |
Converts a String to an Double.
|
StringToFloatConverter |
Converts a String to an Float.
|
StringToIntegerConverter |
Converts a String to an Integer.
|
StringToLongConverter |
Converts a String to an Integer.
|
StringToShortConverter |
Converts a String to an Integer.
|
Copyright © 2008–2018. All rights reserved.