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. |
Class and Description |
---|
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.Number 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.