Uses of Interface
org.apache.commons.beanutils2.locale.LocaleConverter
Packages that use LocaleConverter
Package
Description
Locale-aware extensions of the standard BeanUtils classes.
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware
LocaleConvertUtils
at startup time.Contains code that relies on the
java.sql
module.-
Uses of LocaleConverter in org.apache.commons.beanutils2.locale
Classes in org.apache.commons.beanutils2.locale that implement LocaleConverterModifier and TypeClassDescriptionclass
The base class for all standard type locale-sensitive converters.Methods in org.apache.commons.beanutils2.locale that return LocaleConverterModifier and TypeMethodDescriptionstatic <T> LocaleConverter
<T> Look up and return any registeredLocaleConverter
for the specified destination class and locale; if there is no registered Converter, returnnull
.<T> LocaleConverter
<T> Look up and return any registeredLocaleConverter
for the specified destination class and locale; if there is no registered Converter, returnnull
.Methods in org.apache.commons.beanutils2.locale that return types with arguments of type LocaleConverterModifier and TypeMethodDescriptionprotected Map
<Class<?>, LocaleConverter<?>> Create allLocaleConverter
types for specified locale.protected Map
<Class<?>, LocaleConverter<?>> Look up and return any registered map instance for the specified locale; if there is no registered one, returnnull
.Methods in org.apache.commons.beanutils2.locale with parameters of type LocaleConverterModifier and TypeMethodDescriptionstatic <T> void
LocaleConvertUtils.register
(LocaleConverter<T> converter, Class<T> clazz, Locale locale) Register a customLocaleConverter
for the specified destinationClass
, replacing any previously registered converter.<T> void
LocaleConvertUtilsBean.register
(LocaleConverter<T> converter, Class<T> clazz, Locale locale) Register a customLocaleConverter
for the specified destinationClass
, replacing any previously registered converter. -
Uses of LocaleConverter in org.apache.commons.beanutils2.locale.converters
Classes in org.apache.commons.beanutils2.locale.converters that implement LocaleConverterModifier and TypeClassDescriptionclass
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aBigDecimal
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aBigInteger
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aByte
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
DateLocaleConverter<D extends Date>
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aDate
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
DecimalLocaleConverter<T extends Number>
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aNumber
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aDouble
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aBigDecimal
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aInteger
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aLong
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aShort
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive object into aString
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. -
Uses of LocaleConverter in org.apache.commons.beanutils2.sql.converters.locale
Classes in org.apache.commons.beanutils2.sql.converters.locale that implement LocaleConverterModifier and TypeClassDescriptionclass
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aDate
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aTime
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.class
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into aTimestamp
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.