Package | Description |
---|---|
org.josef.util.convert |
Utility Classes to convert a value of one type to another type.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalToIntegerConverter
Converts a BigDecimal to an Integer.
|
class |
BigDecimalToLongConverter
Converts a BigDecimal to a Long.
|
class |
GenericObjectToStringConverter
Generic converter from Object to String that simply uses the
Object.toString() method. |
class |
StringToBigDecimalConverter
Converts a String to a BigDecimal.
|
class |
StringToBigIntegerConverter
Converts a String to a BigInteger.
|
class |
StringToBooleanConverter
Converts a String to a Boolean.
|
class |
StringToCharacterConverter
Converts a String to a Character.
|
class |
StringToDoubleConverter
Converts a String to an Double.
|
class |
StringToFloatConverter
Converts a String to an Float.
|
class |
StringToIntegerConverter
Converts a String to an Integer.
|
class |
StringToLongConverter
Converts a String to an Integer.
|
class |
StringToShortConverter
Converts a String to an Integer.
|
Modifier and Type | Method and Description |
---|---|
static void |
Converter.addConverter(Class<?> fromType,
Class<?> toType,
Convertable convertable)
Adds a converter.
|
Copyright © 2008–2018. All rights reserved.