Package org.apache.commons.beanutils

The Bean Utilties component of the Jakarta Commons subproject offers low-level utility classes that assist in getting and setting property values on Java classes that follow the naming design patterns outlined in the JavaBeans Specification.

See:
          Description

Class Summary
BeanUtils Utility methods for populating JavaBeans properties via reflection.
ConvertUtils Utility methods for converting String values to objects of the specified class.
MappedPropertyDescriptor A MappedPropertyDescriptor describes one mapped property.
PropertyUtils Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
 

Package org.apache.commons.beanutils Description

The Bean Utilties component of the Jakarta Commons subproject offers low-level utility classes that assist in getting and setting property values on Java classes that follow the naming design patterns outlined in the JavaBeans Specification.

External Dependencies



Copyright (c) 2001 - Apache Software Foundation