Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware
LocaleConvertUtils
at startup time.
See: Description
| Class Summary | |
|---|---|
| BigDecimalLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| BigIntegerLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| ByteLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| DateLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| DecimalLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| DoubleLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| FloatLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| IntegerLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| LongLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| ShortLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| SqlDateLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| SqlTimeLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| SqlTimestampLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
| StringLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive object into a |
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware
LocaleConvertUtils
at startup time.