Package org.apache.commons.beanutils.locale.converters
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware LocaleConvertUtils
at startup time.-
Class Summary Class Description BigDecimalLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.BigIntegerLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigIntegerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.ByteLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Byteobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.DateLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.util.Dateobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.DecimalLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Numberobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.DoubleLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Doubleobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.FloatLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.IntegerLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Integerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.LongLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Longobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.ShortLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Shortobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.SqlDateLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Dateobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.SqlTimeLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Timeobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.SqlTimestampLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Timestampobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.StringLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive object into ajava.lang.Stringobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.