Apache Commons BeanUtils
   HOME

TheInfoList



OR:

Apache Commons BeanUtils is a
Java Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's mos ...
-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: /** * Example displaying the new default behaviour such that * it is not possible to access class level properties utilizing the * BeanUtilsBean, which in turn utilizes the PropertyUtilsBean. */ public void testSuppressClassPropertyByDefault() throws Exception /** * Example showing how by which one would use to revert to the * behaviour prior to the 1.9.4 release where class level properties were accessible by * the BeanUtilsBean and the PropertyUtilsBean. */ public void testAllowAccessToClassProperty() throws Exception


See also

*


References


External links

* {{DEFAULTSORT:Commons BeanUtils Apache Software Foundation Free software programmed in Java (programming language) Software using the Apache license