Apache Commons BeanUtils is a Java-based utility to provide component based architecture.

Modules

The library is distributed in three jar files:

  • commons-beanutils.jar - contains everything
  • commons-beanutils-core.jar - excludes Bean Collections classes
  • commons-beanutils-bean-collections.jar - only Bean Collections classes.

Example

Sample code may look like as follows:

See also

External links