Uses of Package
org.apache.commons.beanutils2.locale
Packages that use org.apache.commons.beanutils2.locale
Package
Description
Locale-aware extensions of the standard BeanUtils classes.
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware
LocaleConvertUtils
at startup time.Contains code that relies on the
java.sql
module.-
Classes in org.apache.commons.beanutils2.locale used by org.apache.commons.beanutils2.localeClassDescriptionThe base class for all standard type locale-sensitive converters.Builds instances of
BaseLocaleConverter
subclasses.Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.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.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. -
Classes in org.apache.commons.beanutils2.locale used by org.apache.commons.beanutils2.locale.convertersClassDescriptionThe base class for all standard type locale-sensitive converters.Builds instances of
BaseLocaleConverter
subclasses.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. -
Classes in org.apache.commons.beanutils2.locale used by org.apache.commons.beanutils2.sql.converters.localeClassDescriptionThe base class for all standard type locale-sensitive converters.Builds instances of
BaseLocaleConverter
subclasses.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.