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
 
BeanProperties<B> - Interface in org.apache.commons.beanutils2
 
BeanPropertySetter<B> - Interface in org.apache.commons.beanutils2
 
BeanUtils - Class in org.apache.commons.beanutils2
 

C

cast() - Method in interface org.apache.commons.beanutils2.BeanAccessor
 
ClassAccessor<B> - Interface in org.apache.commons.beanutils2
 
ClassLoaderBuilder - Interface in org.apache.commons.beanutils2
 
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.
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
 
get() - Method in interface org.apache.commons.beanutils2.BeanAccessor
 
getIndexed(String) - Method in interface org.apache.commons.beanutils2.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
 
getProperties() - Method in interface org.apache.commons.beanutils2.ClassAccessor
 
getPropertiesIndex() - Method in interface org.apache.commons.beanutils2.BeanProperties
 
getPropertyDescriptor(String) - Method in interface org.apache.commons.beanutils2.BeanProperties
 
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
 
getValue() - Method in class org.apache.commons.beanutils2.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 - 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
 
invokeExact(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
Invoke the method with name methodName and the exact arguments.
invokeExactConstructor(Argument<?>...) - Method in interface org.apache.commons.beanutils2.ClassAccessor
 
invokeExactStatic(String) - Method in interface org.apache.commons.beanutils2.ClassAccessor
 
invokeStatic(String) - Method in interface org.apache.commons.beanutils2.ClassAccessor
 
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

loadWithBeanUtilsClassLoader() - Method in interface org.apache.commons.beanutils2.ClassLoaderBuilder
 
loadWithClassLoader(ClassLoader) - Method in interface org.apache.commons.beanutils2.ClassLoaderBuilder
 
loadWithThreadContextClassLoader() - Method in interface org.apache.commons.beanutils2.ClassLoaderBuilder
 

M

MappedPropertyGetterAccessor - Interface in org.apache.commons.beanutils2
 
MappedPropertySetterAccessor<B> - Interface in org.apache.commons.beanutils2
 

N

newInstance() - Method in interface org.apache.commons.beanutils2.ClassAccessor
 
nullArgument(Class<A>) - Static method in class org.apache.commons.beanutils2.Argument
Creates a new null argument of the given type.

O

on(B) - Static method in class org.apache.commons.beanutils2.BeanUtils
 
on(Class<B>) - Static method in class org.apache.commons.beanutils2.BeanUtils
 
onClassName(String) - Static method in class org.apache.commons.beanutils2.BeanUtils
 
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
 

S

set(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
 
setIndexed(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
 
setMapped(String) - Method in interface org.apache.commons.beanutils2.BeanAccessor
 

T

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

W

with(V) - Method in interface org.apache.commons.beanutils2.BeanPropertySetter
 
withArguments(Argument<?>...) - Method in interface org.apache.commons.beanutils2.ArgumentsAccessor
Passes the given arguments to the called constructor or method.
withKey(String) - Method in interface org.apache.commons.beanutils2.MappedPropertyGetterAccessor
 
withKey(String) - Method in interface org.apache.commons.beanutils2.MappedPropertySetterAccessor
 

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

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