Package org.apache.commons.beanutils.locale


package org.apache.commons.beanutils.locale
Locale-aware extensions of the standard beanutils classes. This package allows locale-dependent population of JavaBeans.
  • Class
    Description
    The base class for all standart type locale-sensitive converters.
    Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
    Deprecated.
    moved into LocaleBeanUtils
    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.
    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.
    FastHashMap implementation that uses WeakReferences to overcome memory leak problems.