Package | Description |
---|---|
org.josef.util.convert |
Utility Classes to convert a value of one type to another type.
|
Class and Description |
---|
BigDecimalToIntegerConverter
Converts a BigDecimal to an Integer.
|
BigDecimalToLongConverter
Converts a BigDecimal to a Long.
|
Convertable
Interface to declare that an implementing class is capable of converting a value 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.