| Package | Description |
|---|---|
| com.jidesoft.converter |
The package contains all kinds of object converters for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalConverter
Converter for BigDecimal.
|
class |
ByteConverter
Converter which converts Byte to String and converts it back.
|
class |
CurrencyConverter
Converter which converts currency to String and converts it back.
|
class |
DoubleConverter
Converter which converts Double to String and converts it back.
|
class |
FloatConverter
Converter which converts Float to String and converts it back.
|
class |
IntegerConverter
Converter which converts Integer to String and converts it back.
|
class |
LongConverter
Converter which converts Long to String and converts it back.
|
class |
NaturalNumberConverter
Converter which converts Integer to String and converts it back.
|
class |
NumberFormatConverter
Converter which converts currency to String and converts it back.
|
class |
PercentConverter
Converter which converts percentage to String and converts it back.
|
class |
ShortConverter
Converter which converts Short to String and converts it back.
|
class |
YearNameConverter
Converter which converts year to int and converts it back.
|