A B C D E F G I K L M N O P R S T W

A

ADD_INDEXED_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
ADD_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
AccessorMethodParseResults - class org.apache.commons.clazz.reflect.common.AccessorMethodParseResults.
Container for the results of method parsing: propertyName and two types.
AccessorMethodParseResults(Method, String, Class, Class) - Constructor for class org.apache.commons.clazz.reflect.common.AccessorMethodParseResults
 
AccessorMethodParser - class org.apache.commons.clazz.reflect.common.AccessorMethodParser.
 
AccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.AccessorMethodParser
 
add(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
Will perform the following steps: If the instance has an addFoo(element), calls that method. Otherwise, if the instance has an add(index,element), computes the size of the list and calls add(size(),element) . Othewise, if the instance has a List getFoo[plural suffix] () method, calls that and adds the element to the list. Othewise, if the instance has a Foo[] getFoo[plural suffix] () method as well as a setFoo[plural suffix] (Foo[]) method, calls the read method, copies the array into a new array with an additional element and calls the write method to assign the new array to the property.
add(int, Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
Will perform the following steps: If the instance has an add(index,element), calls that method. Othewise, if the instance has an add(element) method and index == size(), calls that method. Othewise, if the instance has a List getFoo [plural suffix]() method, calls that and inserts the element into the list. Othewise, if the instance has a Foo[] getFoo[plural suffix] () method as well as a setFoo[plural suffix] (Foo[]) method, calls the read method, copies the array into a new, one-longer, array inserting the additional element and calls the write method to assign the new array to the property.
addAlias(String) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
addClazzLoader(ClazzLoader) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
Adds a ClazzLoader to the group.
addClazzLoaderClass(Class) - Method in class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
 
addDeclaredOperation(ClazzOperation) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
addDeclaredProperty(ClazzProperty) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
addInstanceFactory(ClazzInstanceFactory) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
addInstanceFactory(ClazzInstanceFactory) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
addOperation(ClazzOperation) - Method in class org.apache.commons.clazz.bean.BeanClazz
Called indirectly when declared operations are manipulated.
addOperation(ClazzOperation) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
addProperty(ClazzProperty) - Method in class org.apache.commons.clazz.bean.BeanClazz
Called indirectly when declared properties are manipulated.
addProperty(ClazzProperty) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
allocateClazzLoader(ModelClazzLoader, Class, ClassLoader) - Method in class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
 
appendDescription(StringBuffer) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
appendDescription(StringBuffer) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
appendDescription(StringBuffer) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
appendInconsistencyDescriptions(StringBuffer) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
appendInconsistencyDescriptions(StringBuffer) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
appendInconsistencyDescriptions(StringBuffer) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyParseResults
 
appendInconsistencyDescriptions(StringBuffer) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
appendMethodDescriptions(StringBuffer) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
appendMethodDescriptions(StringBuffer) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
appendMethodDescriptions(StringBuffer) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 

B

BasicBean - class org.apache.commons.clazz.bean.BasicBean.
A trivial implementation of the Bean interface based on a HashMap.
BasicBean(Clazz) - Constructor for class org.apache.commons.clazz.bean.BasicBean
Constructor for BasicBean.
BasicBean(Clazz, Map) - Constructor for class org.apache.commons.clazz.bean.BasicBean
Constructor that initializes properties of the bean.
Bean - interface org.apache.commons.clazz.bean.Bean.
Bean is an interface that should be implemented by beans, or classes that can make themselves appear to be beans.
BeanClazz - class org.apache.commons.clazz.bean.BeanClazz.
Dynamically constructed Clazz.
BeanClazz(ClazzLoader, String, Class) - Constructor for class org.apache.commons.clazz.bean.BeanClazz
Constructor for BeanClazz.
BeanClazzConfigurationException - exception org.apache.commons.clazz.bean.BeanClazzConfigurationException.
 
BeanClazzConfigurationException() - Constructor for class org.apache.commons.clazz.bean.BeanClazzConfigurationException
Constructor for BeanClazzConfigurationException.
BeanClazzConfigurationException(String) - Constructor for class org.apache.commons.clazz.bean.BeanClazzConfigurationException
Constructor for BeanClazzConfigurationException.
BeanClazzConfigurationException(String, Throwable) - Constructor for class org.apache.commons.clazz.bean.BeanClazzConfigurationException
Constructor for ReflectedAccessException.
BeanClazzConstructorInstanceFactory - class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory.
An instance factory based on a Constructor.
BeanClazzConstructorInstanceFactory(Clazz, Constructor) - Constructor for class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
Constructor for ReflectedClazzProperty.
BeanClazzInstanceFactory - class org.apache.commons.clazz.bean.BeanClazzInstanceFactory.
 
BeanClazzInstanceFactory(Clazz, String[]) - Constructor for class org.apache.commons.clazz.bean.BeanClazzInstanceFactory
 
BeanClazzInstanceFactory(Clazz, String, String[]) - Constructor for class org.apache.commons.clazz.bean.BeanClazzInstanceFactory
Constructor for BeanClazzInstanceFactory.
BeanClazzLoader - class org.apache.commons.clazz.bean.BeanClazzLoader.
 
BeanClazzLoader(ModelClazzLoader) - Constructor for class org.apache.commons.clazz.bean.BeanClazzLoader
 
BeanClazzOperation - class org.apache.commons.clazz.bean.BeanClazzOperation.
 
BeanClazzOperation(Clazz, String, String, String[]) - Constructor for class org.apache.commons.clazz.bean.BeanClazzOperation
Constructor for BeanClazzOperaiton.
BeanClazzProperty - class org.apache.commons.clazz.bean.BeanClazzProperty.
 
BeanClazzProperty(Clazz, String) - Constructor for class org.apache.commons.clazz.bean.BeanClazzProperty
 
BeanClazzProperty(Clazz, String, String) - Constructor for class org.apache.commons.clazz.bean.BeanClazzProperty
 
BeanGroupClazzLoader - class org.apache.commons.clazz.bean.BeanGroupClazzLoader.
 
BeanGroupClazzLoader(ModelClazzLoader) - Constructor for class org.apache.commons.clazz.bean.BeanGroupClazzLoader
 

C

ClazzElementSupport - class org.apache.commons.clazz.common.ClazzElementSupport.
 
ClazzElementSupport() - Constructor for class org.apache.commons.clazz.common.ClazzElementSupport
 
ClazzFeatureSupport - class org.apache.commons.clazz.common.ClazzFeatureSupport.
Maintains common behavior of various implementations of ClazzFeature.
ClazzFeatureSupport(Clazz) - Constructor for class org.apache.commons.clazz.common.ClazzFeatureSupport
Constructor for ClazzFeature.
ClazzLoaderFactorySupport - class org.apache.commons.clazz.common.ClazzLoaderFactorySupport.
 
ClazzLoaderFactorySupport() - Constructor for class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
Constructor for ClazzLoaderFactorySupport.
canAddClazzLoader(ClazzLoader) - Method in class org.apache.commons.clazz.bean.BeanGroupClazzLoader
 
canAddClazzLoader(ClazzLoader) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
Returns true if the supplied loader "belongs" in the group and can be added to it.
canAddClazzLoader(ClazzLoader) - Method in class org.apache.commons.clazz.reflect.ReflectedGroupClazzLoader
 
checkConsistency() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
checkConsistency() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
checkConsistency() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyParseResults
 
checkConsistency() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
checkForExtraneousAccessor(AccessorMethodParseResults, AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
Checks if there is an existing parse result recorded and if so saves it into the extraneousAccessors for error reporting.
compareTo(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
createClazz(Class) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
Override this method to construct an Clazz for the given Class (javaClass).
createClazz(Class) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazzLoader
 
createClazz(Class) - Method in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazzLoader
 
createClazzLoader(ClassLoader) - Method in class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
 
createProperty(ReflectedClazz, ReflectedPropertyParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
Creates a new ReflectedListProperty based on parse results.
createProperty(ReflectedClazz, ReflectedPropertyParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
Creates a new ReflectedAccessorPairProperty based on parse results.
createProperty(ReflectedClazz, ReflectedPropertyParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
Creates a new ReflectedAccessorPairProperty based on parse results.
createProperty(ReflectedClazz, ReflectedPropertyParseResults) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
Creates a new ReflectedMappedProperty based on parse results.

D

decapitalize(String) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
Changes the first character of the string to lower case, unless the second character is upper case.
defineClazz(String, Class, Class) - Method in class org.apache.commons.clazz.bean.BeanClazzLoader
 
defineClazz(String, Class, Class) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
 
defineClazz(String, Class, Class) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
 

E

ExtendedClazzLoaderFactory - class org.apache.commons.clazz.common.ExtendedClazzLoaderFactory.
 
ExtendedClazzLoaderFactory() - Constructor for class org.apache.commons.clazz.common.ExtendedClazzLoaderFactory
Constructor for ExtendedClazzLoaderFactory.
ExtendedReflectedClazz - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz.
 
ExtendedReflectedClazz(ClazzLoader, Class) - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
Constructor for ExtendedReflectedClazz.
ExtendedReflectedClazzLoader - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazzLoader.
A version of ReflectedClazzLoader that supports the extended notion of JavaBeans.
ExtendedReflectedClazzLoader(ModelClazzLoader, ClassLoader) - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazzLoader
Constructor for ExtendedReflectedClazzLoader.
ExtendedReflectedListPropertyIntrospector - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.
A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
ExtendedReflectedListPropertyIntrospector() - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser.
Parser for the addFoo(value) method: Return type void Name starts with "add" followed by capitalized singular form of the property name One parameter
ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser
 
ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser.
Parser for the addFoo(index, value) method: Return type void Name starts with "add" followed by capitalized singular form of the property name Two parameters, first integer
ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser
 
ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser.
Parser for the removeFoo(value) method: Name starts with "remove" followed by capitalized singular form of the property name One parameter
ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser
 
ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser.
Parser for the removeFoo(index) method: Name starts with "remove" followed by capitalized singular form of the property name One integer parameter
ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser
 
ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser - class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser.
Parser for the getFooCount() method: Returns integer Name starts with "get" followed by capitalized singular form of the property name, followed by "Count" or "Size" No parameters
ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser
 
entrySet() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
extraneousAccessors - Variable in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 

F

FACTORY - Static variable in class org.apache.commons.clazz.common.ExtendedClazzLoaderFactory
 
FACTORY - Static variable in class org.apache.commons.clazz.common.StandardClazzLoaderFactory
 
findBySingularName(Map, String) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
Given a singular form of a property name, locates parse results for a property with the corresponding plural name.
findBySingularName(Map, String) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
Given a singular form of a property name, locates parse results for a property with the corresponding plural name.

G

GET_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
GET_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
GroupClazzLoader - class org.apache.commons.clazz.common.GroupClazzLoader.
Aggregates multiple ClazzLoaders, which are invoked one after another according to the ChainOfResponsibility pattern.
GroupClazzLoader(ModelClazzLoader) - Constructor for class org.apache.commons.clazz.common.GroupClazzLoader
 
get(String) - Method in class org.apache.commons.clazz.bean.BasicBean
 
get(String) - Method in interface org.apache.commons.clazz.bean.Bean
 
get(Object) - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
get(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
get(int) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 
get(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
 
get(Object) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
If there is a getFoo(key) method, calls that for every key.
get(Object) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
 
getAddAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
getAddIndexedAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
getAddIndexedMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the addIndexedMethod.
getAddIndexedMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getAddMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the addMethod.
getAddMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getAliases() - Method in interface org.apache.commons.clazz.reflect.ReflectedProperty
Alternative names for the property.
getAliases() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Returns the aliases.
getAliases() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
getAttribute(String) - Method in class org.apache.commons.clazz.common.ClazzElementSupport
 
getAttributes() - Method in class org.apache.commons.clazz.common.ClazzElementSupport
 
getBeanInfo() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Performs BeanInfo lookup in the same manner as the standard java.beans.Introspector.
getCause() - Method in class org.apache.commons.clazz.bean.BeanClazzConfigurationException
 
getClazz() - Method in class org.apache.commons.clazz.bean.BasicBean
 
getClazz() - Method in interface org.apache.commons.clazz.bean.Bean
Gets the Clazz for the bean.
getClazz() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
getClazz() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
getClazz() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
getClazzForName(String) - Method in class org.apache.commons.clazz.bean.BeanClazzLoader
BeanClazzLoader does not cache clazzes, its parent, BeanGroupClazzLoader, is responsible for caching
getClazzForName(String) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
Given a Clazz name, produces the corresponding Clazz by invoking member loaders one by one until the clazz is found.
getClazzForName(String) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
 
getClazzLoader(ClassLoader) - Method in class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
 
getClazzLoaders() - Method in class org.apache.commons.clazz.common.GroupClazzLoader
Returns all clazz loaders registered with this group, in the order of priority
getClazzModel() - Method in class org.apache.commons.clazz.common.ExtendedClazzLoaderFactory
 
getClazzModel() - Method in class org.apache.commons.clazz.common.StandardClazzLoaderFactory
 
getClazzName(Object) - Method in class org.apache.commons.clazz.bean.BeanClazzLoader
 
getClazzName(Object) - Method in class org.apache.commons.clazz.bean.BeanGroupClazzLoader
 
getClazzName(Object) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
 
getClazzName(Object) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
 
getClazzName(Object) - Method in class org.apache.commons.clazz.reflect.ReflectedGroupClazzLoader
 
getConstructor() - Method in class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
 
getConstructor() - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
 
getContentClazz() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
getContentClazz() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
getContentType() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the contentType.
getContentType() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
Returns the type of the list/array element, if known.
getContentType() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Returns the contentType.
getContentType() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
getDeclaredOperations() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getDeclaredOperations() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getDeclaredProperties() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getDeclaredProperties() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Returns properties introduced by this clazz as compared to the superclazz.
getDeclaringClazz() - Method in class org.apache.commons.clazz.common.ClazzFeatureSupport
 
getField() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Returns the field.
getGetAccessMethodParser() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
getGetAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
getGetMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the getMethod.
getGetMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getGetMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Returns the getMethod.
getGetMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
getInstanceClass() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getInstanceClass() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getInstanceFactories() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getInstanceFactories() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Returns all InstanceFactories for this clazz.
getInstanceFactory(String) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getInstanceFactory(String) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getInstanceFactoryIntrospectors() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getInstanceFactoryIntrospectors() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
 
getInstanceFactoryIntrospectors() - Method in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
 
getKeyClazz() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
getKeyClazz() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
getKeySetAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
getKeySetMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Returns the keySetMethod.
getKeySetMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
getKeyType() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Returns the keyType.
getKeyType() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
getList(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
 
getMap(Object) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
 
getMessage() - Method in class org.apache.commons.clazz.bean.BeanClazzConfigurationException
 
getMethod() - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParseResults
Returns the method.
getMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
 
getName() - Method in class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
 
getName() - Method in class org.apache.commons.clazz.bean.BeanClazzInstanceFactory
 
getName() - Method in class org.apache.commons.clazz.bean.BeanClazzOperation
 
getName() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
getName() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
getName() - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
 
getName() - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
 
getOperation(String) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getOperation(String) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getOperationIntrospectors() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getOperationIntrospectors() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
 
getOperationIntrospectors() - Method in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
 
getOperations() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getOperations() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getParameterClazzes() - Method in class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
 
getParameterClazzes() - Method in class org.apache.commons.clazz.bean.BeanClazzInstanceFactory
 
getParameterClazzes() - Method in class org.apache.commons.clazz.bean.BeanClazzOperation
 
getParameterClazzes() - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
 
getParameterClazzes() - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
 
getParameterType() - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParseResults
Returns the parameterType.
getParameterType(Method) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
Extract the parameter type from the method, if it has one.
getParameterType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.GetAccessorMethodParser
 
getParameterType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.PutAccessorMethodParser
 
getParameterType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser
 
getParseResults(ReflectedClazz, Map, String) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
Finds a ReflectedListPropertyParseResults for the given propertyName or creates a new one and puts it in the map.
getParseResults(ReflectedClazz, Map, String) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
Finds a ReflectedScalarPropertyParseResults for the given propertyName or creates a new one and puts it in the map.
getParseResults(ReflectedClazz, Map, String) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
Finds a ReflectedMappedPropertyParseResults for the given propertyName or creates a new one and puts it in the map.
getProperties() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getProperties() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getProperty(String) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getProperty(String) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getPropertyCategory() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getPropertyCategory() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
getPropertyCategory() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyParseResults
 
getPropertyCategory() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
getPropertyIntrospectors() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
The order of introspectors is significant, they are invoked sequencially.
getPropertyIntrospectors() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
 
getPropertyIntrospectors() - Method in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
 
getPropertyKeySet() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
getPropertyName() - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParseResults
Returns the propertyName.
getPropertyName(Method) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
Parse method name and return the corresponding property name.
getPropertyName() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
Returns the propertyName.
getPropertyName(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.JBReadAccessorMethodParser
 
getPropertyType() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
getPropertyValue() - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 
getPropertyValue() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
getPutAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
getPutMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Returns the putMethod.
getPutMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
getReadAccessMethodParser() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
getReadAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
Override to return an alternative parser for the read accessor method.
getReadAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
getReadMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Returns the readMethod.
getReadMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
getReflectedClass() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Returns the class this ReflectedClazz is based upon.
getRemoveAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
getRemoveAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
getRemoveIndexedAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
getRemoveIndexedMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the removeIndexedMethod.
getRemoveIndexedMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getRemoveMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the removeMethod.
getRemoveMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getRemoveMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Returns the removeMethod.
getRemoveMethod() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
getReturnClazz() - Method in class org.apache.commons.clazz.bean.BeanClazzOperation
 
getReturnClazz() - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
 
getSetAccessMethodParser() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
getSetMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the setMethod.
getSetMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getSignature() - Method in class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
 
getSignature() - Method in class org.apache.commons.clazz.bean.BeanClazzInstanceFactory
 
getSignature() - Method in class org.apache.commons.clazz.bean.BeanClazzOperation
 
getSignature() - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
 
getSignature() - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
 
getSizeAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
getSizeMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Returns the sizeMethod.
getSizeMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
getSuperclazz() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
getSuperclazz() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getType() - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParseResults
Returns the type.
getType() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Returns the type.
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
Extract the value type from the method.
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.SetAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.GetAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.PutAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser
 
getValueType(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser
 
getWriteAccessMethodParser() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
getWriteAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
 
getWriteAccessorMethodParser() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
getWriteMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Returns the writeMethod.
getWriteMethod() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 

I

INSTANCE_FACTORY_INTROSPECTORS - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
The extended list of introspectors consists of the basic constructor-to- factory introspector as well as an introspector that discovers static methods without parameters and returning the class itself.
INSTANCE_FACTORY_INTROSPECTORS - Static variable in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
The standard list of introspectors consists just the basic constructor- to-factory introspector.
introspectDeclaredProperties(ReflectedClazz, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
 
introspectInstanceFactories() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Override this method to provide an alternate way of mapping constructors, methods (and possibly fields) to InstanceFactories.
introspectInstanceFactories(ReflectedClazz, Class) - Method in interface org.apache.commons.clazz.reflect.ReflectedInstanceFactoryIntrospector
Find constructors, methods and perhaps fields constituting factories.
introspectInstanceFactories(ReflectedClazz, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactoryIntrospector
 
introspectInstanceFactories(ReflectedClazz, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodInstanceFactoryIntrospector
 
introspectOperations() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Override this method to provide an alternate way of mapping methods (and possibly fields) to Operations.
introspectOperations(ReflectedClazz, Class) - Method in interface org.apache.commons.clazz.reflect.ReflectedOperationIntrospector
Find methods (and perhaps fields) constituting operations.
introspectOperations(ReflectedClazz, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodOperationIntrospector
 
introspectProperties() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Override this method to provide an alternate way of mapping fields and methods to properties.
introspectProperties(ReflectedClazz, Class) - Method in interface org.apache.commons.clazz.reflect.ReflectedPropertyIntrospector
Find methods and fields constituting properties of the corresponding kind.
introspectProperties(ReflectedClazz, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
 
introspectProperties(ReflectedClazz, Class, Map) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
 
introspectProperties(ReflectedClazz, Class, Map) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
 
introspectProperties(ReflectedClazz, Class, Map) - Method in class org.apache.commons.clazz.reflect.extended.