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.

See:
          Description

Class Summary
BigDecimalLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigDecimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigInteger object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ByteLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Byte object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DateLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.util.Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DecimalLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Decimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DoubleLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Double object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
FloatLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigDecimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
IntegerLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Integer object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
LongLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Long object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ShortLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Short object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlDateLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Time object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Timestamp object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
StringLocaleConverter Standard LocaleConverter implementation that converts an incoming locale-sensitive object into a java.lang.String object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
 

Package org.apache.commons.beanutils.locale.converters Description

Standard implementations of the locale-aware LocaleConverter interface that are pre-registered with locale-aware LocaleConvertUtils at startup time.



Copyright (c) 2001-2004 - Apache Software Foundation