Class PropertyUtils

java.lang.Object
org.apache.commons.beanutils2.PropertyUtils

public class PropertyUtils extends Object

Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.

The implementations for these methods are provided by PropertyUtilsBean. For more details see PropertyUtilsBean.

See Also: