Package org.apache.commons.beanutils2

The Bean Introspection Utilities component of the Apache 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, as well as mechanisms for dynamically defining and accessing bean properties, using fluent APIs.

See:
          Description

Interface Summary
ArgumentsAccessor A ArgumentAccessor can be used to pass arguments to a constructor or method.
BeanAccessor<B>  
BeanProperties<B>  
BeanPropertySetter<B>  
ClassAccessor<B>  
ClassLoaderBuilder  
IndexedPropertyGetterAccessor  
IndexedPropertySetterAccessor<B>  
MappedPropertyGetterAccessor  
MappedPropertySetterAccessor<B>  
Transformer<S,T>  
 

Class Summary
Argument<T> An argument represents a value of some type that can be passed to a method or constructor.
BeanUtils  
 

Package org.apache.commons.beanutils2 Description

The Bean Introspection Utilities component of the Apache 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, as well as mechanisms for dynamically defining and accessing bean properties, using fluent APIs.



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.