Class BeanUtils

java.lang.Object
org.apache.commons.beanutils2.BeanUtils
Direct Known Subclasses:
LocaleBeanUtils

public class BeanUtils extends Object

Utility methods for populating JavaBeans properties via reflection.

The implementations are provided by BeanUtilsBean. These static utility methods use the default instance. More sophisticated behavior can be provided by using a BeanUtilsBean instance.

See Also: