Uses of Package
org.apache.commons.beanutils.locale.converters
Packages that use org.apache.commons.beanutils.locale.converters
Package
Description
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware LocaleConvertUtils
at startup time.-
Classes in org.apache.commons.beanutils.locale.converters used by org.apache.commons.beanutils.locale.convertersClassDescriptionStandard
LocaleConverter
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.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.