Library:Apache Jakarta Commons Beanutils
Version:1.7
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons Beanutils.
NamePackageDescription
Bufferorg.apache.commons.collectionsDefines a collection that allows objects to be removed in some well-defined order.
Converterorg.apache.commons.beanutils

General purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.

DynaBeanorg.apache.commons.beanutils

A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.

DynaClassorg.apache.commons.beanutils

A DynaClass is a simulation of the functionality of java.lang.Class for classes implementing the DynaBean interface.

LocaleConverterorg.apache.commons.beanutils.locale

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.

MutableDynaClassorg.apache.commons.beanutils

A specialized extension to DynaClass that allows properties to be added or removed dynamically.

Search