A B C D G H I L M N O P S T W 

A

AbstractTransformer<S,T> - Class in org.apache.commons.beanutils2.transformers
 
AbstractTransformer() - Constructor for class org.apache.commons.beanutils2.transformers.AbstractTransformer
 
Argument<T> - Class in org.apache.commons.beanutils2
An argument represents a value of some type that can be passed to a method or constructor.
argument(A) - Static method in class org.apache.commons.beanutils2.Argument
Factory method for arguments.
argument(Class<T>, V) - Static method in class org.apache.commons.beanutils2.Argument
Creates a new argument of the given type with the given value.
ArgumentsAccessor - Interface in org.apache.commons.beanutils2
A ArgumentAccessor can be used to pass arguments to a constructor or method.
at(int) - Method in interface org.apache.commons.beanutils2.IndexedPropertyGetterAccessor
 
at(int) - Method in interface org.apache.commons.beanutils2.IndexedPropertySetterAccessor
 

B

BeanAccessor<B> - Interface in org.apache.commons.beanutils2
Provides access to properties and methods of a bean.
BeanClassNotFoundException - Exception in org.apache.commons.beanutils2
 
BeanClassNotFoundException(String, Throwable) - Constructor for exception org.apache.commons.beanutils2.BeanClassNotFoundException
 
BeanInstantiationException - Exception in org.apache.commons.beanutils2
 
BeanInstantiationException(Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.BeanInstantiationException
 
BeanProperties<B> - Interface in org.apache.commons.beanutils2
 
BeanPropertySetter<B> - Interface in org.apache.commons.beanutils2
 
BeanReflectionException - Exception in org.apache.commons.beanutils2
Base class for exceptions thrown by the library.
BeanReflectionException(Throwable, Class<?>, String, Object...) - Constructor for exception org.apache.commons.beanutils2.BeanReflectionException
Constructs a new instance of BeanReflectionException.
BeanReflectionException(Throwable, Class<?>) - Constructor for exception org.apache.commons.beanutils2.BeanReflectionException
Constructs a new instance of BeanReflectionException.
BeanUtils - Class in org.apache.commons.beanutils2
Entry point into the API.

C

cast() - Method in interface org.apache.commons.beanutils2.BeanAccessor
Tries to cast the bean wrapped by this BeanAccessor an returns the result.
ClassAccessor<B> - Interface in org.apache.commons.beanutils2
Provides access to constructors and static methods on a class.
ClassLoaderBuilder - Interface in org.apache.commons.beanutils2
Allows to specify a ClassLoader for loading a class by name.
cloneBean() - Method in interface org.apache.commons.beanutils2.BeanAccessor
Clones a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
ConstructorInvocationException - Exception in org.apache.commons.beanutils2
 
ConstructorInvocationException(Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.ConstructorInvocationException
 
ConstructorNotAccessibleException - Exception in org.apache.commons.beanutils2
 
ConstructorNotAccessibleException(Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.ConstructorNotAccessibleException
 
convert(S) - Method in interface org.apache.commons.beanutils2.Transformer
 
copyPropertiesTo(T) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Copies property values from the bean wrapped by this BeanAccessor to target for all cases where the property names are the same.

D

describe() - Method in interface org.apache.commons.beanutils2.BeanAccessor
Return the entire set of properties for which the specified bean provides a read method.

G

get(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Gets the value of the property with name propertyName from the bean wrapped by this BeanAccessor.
get() - Method in interface org.apache.commons.beanutils2.BeanAccessor
Gets the bean wrapped by this BeanAccessor.
getBeanType() - Method in exception org.apache.commons.beanutils2.BeanReflectionException
Returns the type that caused the exception.
getIndexed(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Selects the indexed property with name propertyName from the bean wrapped by this BeanAccessor.
getIndexedPropertyDescriptor(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getIndexedReadMethod(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getIndexedWriteMethod(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getMapped(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Selects the mapped property with name propertyName from the bean wrapped by this BeanAccessor.
getMappedPropertyDescriptor(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getMappedPropertyType() - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Gets the Class object for the property values.
getMappedReadMethod(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getMappedReadMethod() - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Gets the method that should be used to read one of the property value.
getMappedWriteMethod(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getMappedWriteMethod() - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Gets the method that should be used to write one of the property value.
getMethodName() - Method in exception org.apache.commons.beanutils2.MethodInvocationException
 
getProperties() - Method in interface org.apache.commons.beanutils2.ClassAccessor
Provides access to the BeanProperties defined by the wrapped class.
getPropertiesIndex() - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getPropertyDescriptor(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getPropertyName() - Method in exception org.apache.commons.beanutils2.NoSuchPropertyException
 
getPropertyName() - Method in exception org.apache.commons.beanutils2.PropertyGetterInvocationException
 
getPropertyName() - Method in exception org.apache.commons.beanutils2.PropertyGetterNotAccessibleException
 
getPropertyName() - Method in exception org.apache.commons.beanutils2.PropertyNotReadableException
 
getPropertyName() - Method in exception org.apache.commons.beanutils2.PropertyNotWritableException
 
getPropertyName() - Method in exception org.apache.commons.beanutils2.PropertySetterInvocationException
 
getPropertyName() - Method in exception org.apache.commons.beanutils2.PropertySetterNotAccessibleException
 
getReadPropertyMethod(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getSourceType() - Method in interface org.apache.commons.beanutils2.Transformer
 
getSourceType() - Method in class org.apache.commons.beanutils2.transformers.AbstractTransformer
 
getTargetType() - Method in interface org.apache.commons.beanutils2.Transformer
 
getTargetType() - Method in class org.apache.commons.beanutils2.transformers.AbstractTransformer
 
getType() - Method in class org.apache.commons.beanutils2.Argument
Returns the argument's type.
getValue() - Method in class org.apache.commons.beanutils2.Argument
Returns the value of the argument.
getWriteMethod(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 

H

hasProperty(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
Checks if the current bean type has a property identified by the input name.

I

IndexedPropertyGetterAccessor<B> - Interface in org.apache.commons.beanutils2
 
IndexedPropertySetterAccessor<B> - Interface in org.apache.commons.beanutils2
 
invoke(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Invokes the method with name methodName.
invokeConstructor(Argument<?>...) - Method in interface org.apache.commons.beanutils2.ClassAccessor
Invokes the constructor with the parameter list represented by arguments on the wrapped class.
invokeExact(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Invokes the method with name methodName and the exact arguments.
invokeExactConstructor(Argument<?>...) - Method in interface org.apache.commons.beanutils2.ClassAccessor
Invokes the constructor with the parameter list represented by arguments on the wrapped class.
invokeExactStatic(String) - Method in interface org.apache.commons.beanutils2.ClassAccessor
Invokes the method with name methodName on the wrapped class.
invokeStatic(String) - Method in interface org.apache.commons.beanutils2.ClassAccessor
Invokes the method with name methodName on the wrapped class.
isReadable(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
Checks if the specified property name identifies a readable property.
isWritable(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
Checks if the specified property name identifies a writable property.

L

loadWith(ClassLoader) - Method in interface org.apache.commons.beanutils2.ClassLoaderBuilder
Use a custom ClassLoader for loading the class.
loadWithBeanUtilsClassLoader() - Method in interface org.apache.commons.beanutils2.ClassLoaderBuilder
Use the class loader that loaded org.apache.commons.beanutils2.BeanUtils2 to load the class.
loadWithThreadContextClassLoader() - Method in interface org.apache.commons.beanutils2.ClassLoaderBuilder
Use the class loader of the currently executing thread for loading the class.

M

MappedPropertyDescriptor - Class in org.apache.commons.beanutils2
EXTRACTED FROM BeanUtils1 A MappedPropertyDescriptor describes one mapped property.
MappedPropertyDescriptor(String, Class<?>) - Constructor for class org.apache.commons.beanutils2.MappedPropertyDescriptor
Constructs a MappedPropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods, with the addition of a String parameter (the key).
MappedPropertyDescriptor(String, Class<?>, String, String) - Constructor for class org.apache.commons.beanutils2.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and method names for reading and writing the property.
MappedPropertyDescriptor(String, Method, Method) - Constructor for class org.apache.commons.beanutils2.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
MappedPropertyGetterAccessor - Interface in org.apache.commons.beanutils2
 
MappedPropertySetterAccessor<B> - Interface in org.apache.commons.beanutils2
 
MethodInvocationException - Exception in org.apache.commons.beanutils2
An exception that indicates that calling a method by reflection threw an exception.
MethodInvocationException(String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.MethodInvocationException
Constructs a new instance of MethodInvocationException.
MethodNotAccessibleException - Exception in org.apache.commons.beanutils2
 
MethodNotAccessibleException(String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.MethodNotAccessibleException
 

N

newInstance() - Method in interface org.apache.commons.beanutils2.ClassAccessor
Creates a new instance of type B by calling the parameterless constructor of the wrapped class.
NoSuchBeanMethodException - Exception in org.apache.commons.beanutils2
 
NoSuchBeanMethodException(String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.NoSuchBeanMethodException
 
NoSuchConstructorException - Exception in org.apache.commons.beanutils2
 
NoSuchConstructorException(Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.NoSuchConstructorException
 
NoSuchPropertyException - Exception in org.apache.commons.beanutils2
An exception that indicates that a property could not be found.
NoSuchPropertyException(String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.NoSuchPropertyException
Constructs a new instance of NoSuchPropertyException.
nullArgument(Class<A>) - Static method in class org.apache.commons.beanutils2.Argument
Creates a new null argument of the given type.

O

of(String) - Method in interface org.apache.commons.beanutils2.MappedPropertyGetterAccessor
 
of(String) - Method in interface org.apache.commons.beanutils2.MappedPropertySetterAccessor
 
on(B) - Static method in class org.apache.commons.beanutils2.BeanUtils
Creates a BeanAcessor for the given bean, that allows access to the bean's properties and methods.
on(Class<B>) - Static method in class org.apache.commons.beanutils2.BeanUtils
Creates a ClassAccessor for the given type that allows for creating instances of the type and calling static methods.
onClassName(String) - Static method in class org.apache.commons.beanutils2.BeanUtils
Creates a ClassLoaderBuilder that allows to load the type given by beanTypeName.
org.apache.commons.beanutils2 - 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.
org.apache.commons.beanutils2.transformers - package org.apache.commons.beanutils2.transformers
 

P

populate(Map<String, Object>) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Populate properties to the bean wrapped by this BeanAccessor.
PropertyGetterInvocationException - Exception in org.apache.commons.beanutils2
An exception indicating that calling the getter of a property caused an exception.
PropertyGetterInvocationException(String, String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.PropertyGetterInvocationException
 
PropertyGetterNotAccessibleException - Exception in org.apache.commons.beanutils2
 
PropertyGetterNotAccessibleException(String, String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.PropertyGetterNotAccessibleException
 
PropertyNotReadableException - Exception in org.apache.commons.beanutils2
An exception that indicates that a property is not readable (that there is not getter method).
PropertyNotReadableException(String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.PropertyNotReadableException
Constructs a new instance of PropertyNotReadableFoundException.
PropertyNotWritableException - Exception in org.apache.commons.beanutils2
An exception that indiactes that a property is not writable (that there is not setter method)
PropertyNotWritableException(String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.PropertyNotWritableException
Constructs a new instance of PropertyNotWritableFoundException.
PropertySetterInvocationException - Exception in org.apache.commons.beanutils2
An exception indicating that calling the setter of a property caused an exception.
PropertySetterInvocationException(String, String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.PropertySetterInvocationException
 
PropertySetterNotAccessibleException - Exception in org.apache.commons.beanutils2
 
PropertySetterNotAccessibleException(String, String, Class<?>, Throwable) - Constructor for exception org.apache.commons.beanutils2.PropertySetterNotAccessibleException
 

S

set(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Selects the property with name propertyName for setting a new value.
setIndexed(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Selects the indexed property with name propertyName for setting a new value.
setMapped(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Selects the mapped property with name propertyName for setting a new value.
setMappedReadMethod(Method) - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Sets the method that should be used to read one of the property value.
setMappedWriteMethod(Method) - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Sets the method that should be used to write the property value.

T

Transformer<S,T> - Interface in org.apache.commons.beanutils2
 

W

with(Argument<?>...) - Method in interface org.apache.commons.beanutils2.ArgumentsAccessor
Passes the given arguments to the called constructor or method.
with(V) - Method in interface org.apache.commons.beanutils2.BeanPropertySetter
 
A B C D G H I L M N O P S T W 

Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.