See: Description
Interface | Description |
---|---|
ArgumentsAccessor |
A
ArgumentAccessor can be used to pass arguments to a constructor or method. |
BeanAccessor<B> |
Provides access to properties and methods of a bean.
|
BeanProperties<B> | |
BeanPropertySetter<B> | |
ClassAccessor<B> |
Provides access to constructors and static methods on a class.
|
ClassLoaderBuilder |
Allows to specify a
ClassLoader for loading a class by name. |
IndexedPropertyGetterAccessor<B> | |
IndexedPropertySetterAccessor<B> | |
MappedPropertyGetterAccessor | |
MappedPropertySetterAccessor<B> | |
Transformer<S,T> |
Class | Description |
---|---|
Argument<T> |
An argument represents a value of some type that can be passed to a method or
constructor.
|
BeanUtils |
Entry point into the API.
|
MappedPropertyDescriptor |
EXTRACTED FROM BeanUtils1
A MappedPropertyDescriptor describes one mapped property.
|
Exception | Description |
---|---|
BeanClassNotFoundException | |
BeanInstantiationException | |
BeanReflectionException |
Base class for exceptions thrown by the library.
|
ConstructorInvocationException | |
ConstructorNotAccessibleException | |
MethodInvocationException |
An exception that indicates that calling a method by reflection threw an exception.
|
MethodNotAccessibleException | |
NoSuchBeanMethodException | |
NoSuchConstructorException | |
NoSuchPropertyException |
An exception that indicates that a property could not be found.
|
PropertyGetterInvocationException |
An exception indicating that calling the getter of a property caused an exception.
|
PropertyGetterNotAccessibleException | |
PropertyNotReadableException |
An exception that indicates that a property is not readable (that there is not getter method).
|
PropertyNotWritableException |
An exception that indiactes that a property is not writable (that there is not setter method)
|
PropertySetterInvocationException |
An exception indicating that calling the setter of a property caused an exception.
|
PropertySetterNotAccessibleException |
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.