Uses of Interface
org.apache.commons.beanutils.locale.LocaleConverter
Packages that use LocaleConverter
Package
Description
Locale-aware extensions of the standard beanutils classes.
Standard implementations of the locale-aware
interface that are pre-registered with locale-aware
at startup time.
invalid reference
LocaleConverter
invalid reference
LocaleConvertUtils
-
Uses of LocaleConverter in org.apache.commons.beanutils.locale
Classes in org.apache.commons.beanutils.locale that implement LocaleConverterModifier and TypeClassDescriptionclass
The base class for all standart type locale-sensitive converters.Methods in org.apache.commons.beanutils.locale that return LocaleConverterModifier and TypeMethodDescriptionstatic LocaleConverter
Look up and return any registeredLocaleConverter
for the specified destination class and locale; if there is no registered Converter, returnnull
.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.beanutils.locale with parameters of type LocaleConverterModifier and TypeMethodDescriptionstatic void
LocaleConvertUtils.register
(LocaleConverter converter, Class<?> clazz, Locale locale) Register a customLocaleConverter
for the specified destinationClass
, replacing any previously registered converter.void
LocaleConvertUtilsBean.register
(LocaleConverter converter, Class<?> clazz, Locale locale) Register a customLocaleConverter
for the specified destinationClass
, replacing any previously registered converter. -
Uses of LocaleConverter in org.apache.commons.beanutils.locale.converters
Classes in org.apache.commons.beanutils.locale.converters that implement LocaleConverterModifier and TypeClassDescriptionclass
StandardLocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.math.BigDecimal
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 ajava.math.BigInteger
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 ajava.lang.Byte
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 ajava.util.Date
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 ajava.lang.Number
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 ajava.lang.Double
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 ajava.math.BigDecimal
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 ajava.lang.Integer
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 ajava.lang.Long
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 ajava.lang.Short
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 ajava.sql.Date
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 ajava.sql.Time
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 ajava.sql.Timestamp
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 ajava.lang.String
object, optionally using a default value or throwing aConversionException
if a conversion error occurs.