Package | Description |
---|---|
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.
|
org.apache.commons.beanutils2.transformers |
Class and Description |
---|
Argument
An argument represents a value of some type that can be passed to a method or
constructor.
|
ArgumentsAccessor
A
ArgumentAccessor can be used to pass arguments to a constructor or method. |
BeanAccessor
Provides access to properties and methods of a bean.
|
BeanProperties |
BeanPropertySetter |
BeanReflectionException
Base class for exceptions thrown by the library.
|
ClassAccessor
Provides access to constructors and static methods on a class.
|
ClassLoaderBuilder
Allows to specify a
ClassLoader for loading a class by name. |
IndexedPropertyGetterAccessor |
IndexedPropertySetterAccessor |
MappedPropertyDescriptor
EXTRACTED FROM BeanUtils1
A MappedPropertyDescriptor describes one mapped property.
|
MappedPropertyGetterAccessor |
MappedPropertySetterAccessor |
MethodInvocationException
An exception that indicates that calling a method by reflection threw an exception.
|
MethodNotAccessibleException |
Class and Description |
---|
Transformer |
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.