Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
class |
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. |
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.