パッケージ 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. External Dependencies Collections Package (Jakarta Commons), version 1.0 or later

参照:
          説明

クラスの概要
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.
MethodUtils Utility reflection methods focussed on methods in general rather than properties in particular.
PropertyUtils Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
 

パッケージ 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.

External Dependencies



Copyright (c) 2001 - Apache Software Foundation