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 |
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. |
class |
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. |
class |
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. |
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.