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 {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
BigIntegerLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
ByteLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
DateLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
DecimalLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
DoubleLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
FloatLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
IntegerLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
LongLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
ShortLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
SqlDateLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
SqlTimeLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
SqlTimestampLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
StringLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.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.