| Home >> All >> org >> apache >> commons >> beanutils >> [ locale Javadoc ] |
| | org.apache.commons.beanutils.locale.converters.* (15) |
org.apache.commons.beanutils.locale: Javadoc index of package org.apache.commons.beanutils.locale.
Package Samples:
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.
Classes:
LocaleConvertUtilsBean: Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value. This class provides the implementations used by the static utility methods in LocaleConvertUtils . The actual LocaleConverter instance to be used can be registered for each possible destination Class. Unless you override them, standard LocaleConverter instances are provided for all of the following destination Classes: java.lang.BigDecimal java.lang.BigInteger byte and java.lang.Byte double and ...
BaseLocaleConverter: The base class for all standart type locale-sensitive converters. It has LocaleConverter and org.apache.commons.beanutils.Converter implementations, that convert an incoming locale-sensitive Object into an object of correspond type, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
LocaleConvertUtils: Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value. The implementations for these method are provided by LocaleConvertUtilsBean . These static utility method use the default instance. More sophisticated can be provided by using a LocaleConvertUtilsBean instance.
BigDecimalLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigDecimal object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
BigIntegerLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigInteger object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
FloatLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigDecimal object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Timestamp object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
DecimalLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Decimal object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
DoubleLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Double object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
IntegerLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Integer object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
ShortLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Short object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
DateLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.util.Date object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
LongLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Long object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
StringLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive object into a java.lang.String object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
SqlDateLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Date object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
SqlTimeLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Time object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
ByteLocaleConverter: Standard org.apache.commons.beanutils.locale.LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Byte object, optionally using a default value or throwing a org.apache.commons.beanutils.ConversionException if a conversion error occurs.
LocaleBeanUtils: Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. The implementations for these methods are provided by LocaleBeanUtilsBean . For more details see LocaleBeanUtilsBean .
LocaleConverter: General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
LocaleBeanificationTestCase: Test Case for changes made during LocaleBeanutils Beanification. This is basically a cut-and-correct version of the beanutils beanifications tests.
LocaleConvertUtilsTestCase: Test Case for the LocaleConvertUtils class. See unimplemented functionality of the convert utils in the method begining with fixme
LocaleConvertTestSuite: Created a test suite so that new test cases can be added here without having to edit the build.xml.
LocaleBeanUtilsBean: Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
DateLocaleConverterTestCase: Test Case for the DateLocaleConverter class.
| Home | Contact Us | Privacy Policy | Terms of Service |