Locale-aware extensions of the standard beanutils classes.
See: Description
Interface Summary | |
---|---|
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. |
Class Summary | |
---|---|
BaseLocaleConverter |
The base class for all standart type locale-sensitive converters. |
LocaleBeanUtils |
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. The implementations for these methods are provided by |
LocaleBeanUtilsBean |
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. |
LocaleBeanUtilsBean.Descriptor | |
LocaleBeanUtils.Descriptor | |
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 {@link LocaleConvertUtilsBean}. |
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 {@link LocaleConvertUtils}. The actual {@link LocaleConverter} instance to be used can be registered for each possible destination Class. |
Locale-aware extensions of the standard beanutils classes. This package allows locale-dependent population of JavaBeans.