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

A

ABSTRACT - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the abstract modifier.
AccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
 
AccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.AccessorMethodParser
 
AccessorMethodParseResults - Class in org.apache.commons.clazz.reflect.common
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
 
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.
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
 
addAlias(String) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
addClazzChangeListener(ClazzChangeListener) - Method in class org.apache.commons.clazz.Clazz
 
addClazzLoader(ClazzLoader) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
Adds a ClazzLoader to the group.
addClazzLoaderClass(Class) - Method in interface org.apache.commons.clazz.ClazzLoaderFactory
The supplied class should be an implementation of the ClazzLoader interface.
addClazzLoaderClass(Class) - Method in class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
 
addClazzLoaderFactory(ClazzLoaderFactory) - Static method in class org.apache.commons.clazz.Clazz
Register a clazz loader factory, which manages ClazzLoaders, which manage Clazzes.
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 in org.apache.commons.clazz.bean
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 in org.apache.commons.clazz.bean
Bean is an interface that should be implemented by beans, or classes that can make themselves appear to be beans.
BeanClazz - Class in org.apache.commons.clazz.bean
Dynamically constructed Clazz.
BeanClazz(ClazzLoader, String, Class) - Constructor for class org.apache.commons.clazz.bean.BeanClazz
Constructor for BeanClazz.
BeanClazzConfigurationException - Exception in org.apache.commons.clazz.bean
 
BeanClazzConfigurationException() - Constructor for exception org.apache.commons.clazz.bean.BeanClazzConfigurationException
Constructor for BeanClazzConfigurationException.
BeanClazzConfigurationException(String) - Constructor for exception org.apache.commons.clazz.bean.BeanClazzConfigurationException
Constructor for BeanClazzConfigurationException.
BeanClazzConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.clazz.bean.BeanClazzConfigurationException
Constructor for ReflectedAccessException.
BeanClazzConstructorInstanceFactory - Class in org.apache.commons.clazz.bean
An instance factory based on a Constructor.
BeanClazzConstructorInstanceFactory(Clazz, Constructor) - Constructor for class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
Constructor for ReflectedClazzProperty.
BeanClazzInstanceFactory - Class in org.apache.commons.clazz.bean
 
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 in org.apache.commons.clazz.bean
 
BeanClazzLoader(ModelClazzLoader) - Constructor for class org.apache.commons.clazz.bean.BeanClazzLoader
 
BeanClazzOperation - Class in org.apache.commons.clazz.bean
 
BeanClazzOperation(Clazz, String, String, String[]) - Constructor for class org.apache.commons.clazz.bean.BeanClazzOperation
Constructor for BeanClazzOperaiton.
BeanClazzProperty - Class in org.apache.commons.clazz.bean
 
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 in org.apache.commons.clazz.bean
 
BeanGroupClazzLoader(ModelClazzLoader) - Constructor for class org.apache.commons.clazz.bean.BeanGroupClazzLoader
 

C

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.
Clazz - Class in org.apache.commons.clazz
 
Clazz(ClazzLoader, String) - Constructor for class org.apache.commons.clazz.Clazz
Keep the constructor protected or private, we want Clazzes to be created by the ClazzLoaders only.
ClazzAccessException - Exception in org.apache.commons.clazz
Thrown when an attempt to invoke an method via reflection fails.
ClazzAccessException() - Constructor for exception org.apache.commons.clazz.ClazzAccessException
Constructor for ReflectedAccessException.
ClazzAccessException(String) - Constructor for exception org.apache.commons.clazz.ClazzAccessException
Constructor for ReflectedAccessException.
ClazzAccessException(String, Throwable) - Constructor for exception org.apache.commons.clazz.ClazzAccessException
Constructor for ReflectedAccessException.
ClazzAttribute - Interface in org.apache.commons.clazz
 
ClazzChangeListener - Interface in org.apache.commons.clazz
 
ClazzElement - Interface in org.apache.commons.clazz
Attribute API.
ClazzElementSupport - Class in org.apache.commons.clazz.common
 
ClazzElementSupport() - Constructor for class org.apache.commons.clazz.common.ClazzElementSupport
 
ClazzFeature - Interface in org.apache.commons.clazz
Common superinterface for ClazzProperty, ClazzOperation...
ClazzFeatureSupport - Class in org.apache.commons.clazz.common
Maintains common behavior of various implementations of ClazzFeature.
ClazzFeatureSupport(Clazz) - Constructor for class org.apache.commons.clazz.common.ClazzFeatureSupport
Constructor for ClazzFeature.
ClazzInstanceFactory - Interface in org.apache.commons.clazz
An object resposible for allocating new instances of a Clazz.
ClazzLoader - Class in org.apache.commons.clazz
Constructs/loads Clazzes.
ClazzLoader(ModelClazzLoader) - Constructor for class org.apache.commons.clazz.ClazzLoader
ClazzLoaders are grouped into models.
ClazzLoaderFactory - Interface in org.apache.commons.clazz
A clazz loader factory creates and configures clazz loaders.
ClazzLoaderFactorySupport - Class in org.apache.commons.clazz.common
 
ClazzLoaderFactorySupport() - Constructor for class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
Constructor for ClazzLoaderFactorySupport.
ClazzModifiers - Class in org.apache.commons.clazz
ClazzModifiers defines the modifiers in a manipulable way.
ClazzModifiers(int) - Constructor for class org.apache.commons.clazz.ClazzModifiers
Constructor.
ClazzModifiers(ClazzModifiers) - Constructor for class org.apache.commons.clazz.ClazzModifiers
Copy constructor.
ClazzNotFoundException - Exception in org.apache.commons.clazz
 
ClazzNotFoundException(String) - Constructor for exception org.apache.commons.clazz.ClazzNotFoundException
 
ClazzOperation - Interface in org.apache.commons.clazz
 
ClazzProperty - Interface in org.apache.commons.clazz
Describes a Property of instances of a Clazz.
compareTo(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
constructSignature(String, Class[]) - Static method in class org.apache.commons.clazz.Clazz
Creates a signature string out of an operation or instance factory name and parameter types.
constructSignature(String, Clazz[]) - Static method in class org.apache.commons.clazz.Clazz
Creates a signature string out of an operation or instance factory name and parameter types.
createClazz(Class) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazzLoader
 
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.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.ClazzLoader
Defines a new Clazz with the supplied name.
defineClazz(String, Class, Class) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
 
defineClazz(String, Class, Class) - Method in class org.apache.commons.clazz.ModelClazzLoader
 
defineClazz(String, Class, Class) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
 

E

enableLogging(String) - Method in class org.apache.commons.clazz.ClazzLoader
Enable diagnistic logging for the specified class.
entrySet() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
EXTENDED_CLAZZ_MODEL - Static variable in class org.apache.commons.clazz.Clazz
The name of the extended clazz model.
ExtendedClazzLoaderFactory - Class in org.apache.commons.clazz.common
 
ExtendedClazzLoaderFactory() - Constructor for class org.apache.commons.clazz.common.ExtendedClazzLoaderFactory
Constructor for ExtendedClazzLoaderFactory.
ExtendedReflectedClazz - Class in org.apache.commons.clazz.reflect.extended
 
ExtendedReflectedClazz(ClazzLoader, Class) - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
Constructor for ExtendedReflectedClazz.
ExtendedReflectedClazzLoader - Class in org.apache.commons.clazz.reflect.extended
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 in org.apache.commons.clazz.reflect.extended
A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
ExtendedReflectedListPropertyIntrospector() - Constructor for class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser - Class in org.apache.commons.clazz.reflect.extended
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 in org.apache.commons.clazz.reflect.extended
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 in org.apache.commons.clazz.reflect.extended
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 in org.apache.commons.clazz.reflect.extended
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 in org.apache.commons.clazz.reflect.extended
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
 
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
 
FINAL - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the final modifier.
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.
fireInstanceFactoryAdded(ClazzInstanceFactory) - Method in class org.apache.commons.clazz.Clazz
 
fireInstanceFactoryRemoved(ClazzInstanceFactory) - Method in class org.apache.commons.clazz.Clazz
 
fireOperationAdded(ClazzOperation) - Method in class org.apache.commons.clazz.Clazz
 
fireOperationRemoved(ClazzOperation) - Method in class org.apache.commons.clazz.Clazz
 
firePropertyAdded(ClazzProperty) - Method in class org.apache.commons.clazz.Clazz
 
firePropertyRemoved(ClazzProperty) - Method in class org.apache.commons.clazz.Clazz
 

G

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 interface org.apache.commons.clazz.ClazzProperty
 
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
 
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
 
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 class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Returns the aliases.
getAliases() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
getAliases() - Method in interface org.apache.commons.clazz.reflect.ReflectedProperty
Alternative names for the property.
getAttribute(String) - Method in interface org.apache.commons.clazz.ClazzElement
Returns the attribute for the specified (qualified) name
getAttribute(String) - Method in class org.apache.commons.clazz.common.ClazzElementSupport
 
getAttributes() - Method in interface org.apache.commons.clazz.ClazzElement
Returns all attribute for this element.
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.
getCanonicalClassName(Class) - Static method in class org.apache.commons.clazz.Clazz
Produces a nice type name for a classes representing an array, e.g.
getCause() - Method in exception org.apache.commons.clazz.bean.BeanClazzConfigurationException
 
getCause() - Method in exception org.apache.commons.clazz.ClazzAccessException
 
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(Object, String) - Static method in class org.apache.commons.clazz.Clazz
Uses the clazz loader for the specified model to obtain the Clazz for the supplied object.
getClazz(Object) - Static method in class org.apache.commons.clazz.Clazz
Uses the default clazz loader to obtain the Clazz for the supplied object.
getClazz(Object) - Method in class org.apache.commons.clazz.ClazzLoader
Returns the Clazz for the supplied instance.
getClazz() - Method in interface org.apache.commons.clazz.ClazzProperty
Returns the property type.
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.ClazzLoader
Given a Clazz name, returns the corresponding Clazz.
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.ModelClazzLoader
 
getClazzForName(String) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
 
getClazzLoader(String, ClassLoader) - Static method in class org.apache.commons.clazz.Clazz
Returns a clazz loader for the specified model.
getClazzLoader() - Method in class org.apache.commons.clazz.Clazz
Every Clazz belongs to one and only one ClazzLoader.
getClazzLoader(ClassLoader) - Method in interface org.apache.commons.clazz.ClazzLoaderFactory
Allocate, configure and cache a clazz loader that uses the supplied class loader for reflection.
getClazzLoader(ClassLoader) - Method in class org.apache.commons.clazz.common.ClazzLoaderFactorySupport
 
getClazzLoaderFactory(String) - Static method in class org.apache.commons.clazz.Clazz
Returns a ClazzLoaderFactory registered for the supplied model.
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 interface org.apache.commons.clazz.ClazzLoaderFactory
Returns the name of the clazz model implemented by this factory.
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.ClazzLoader
Returns the clazz name for the supplied instance.
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 interface org.apache.commons.clazz.ClazzProperty
Gets the type of the item if the property isCollection() or isMap().
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.Clazz
Returns all Operations declared by this clazz, not its superclazzes.
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.Clazz
Returns properties declared by this Clazz, not its superclazzes
getDeclaredProperties() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Returns properties introduced by this clazz as compared to the superclazz.
getDeclaringClazz() - Method in interface org.apache.commons.clazz.ClazzFeature
 
getDeclaringClazz() - Method in class org.apache.commons.clazz.common.ClazzFeatureSupport
 
getDefaultClazzLoader(ClassLoader) - Static method in class org.apache.commons.clazz.Clazz
Returns the ClazzLoader for the default clazz model.
getDefaultClazzModel() - Static method in class org.apache.commons.clazz.Clazz
Returns the name of the default clazz model.
getField() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Returns the field.
getFlags() - Method in class org.apache.commons.clazz.ClazzModifiers
Gets the modifier flags, which can be accessed via java.lang.reflect.
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.Clazz
Returns the class of instances created by the newInstance() method.
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.Clazz
Returns all InstanceFactories for this clazz.
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.Clazz
Returns ClazzInstanceFactory for the given signature.
getInstanceFactory(String) - 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.ReflectedClazz
 
getInstanceFactoryIntrospectors() - Method in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
 
getKeyClazz() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
getKeyClazz() - Method in interface org.apache.commons.clazz.ClazzProperty
Gets the type of the key if the property isMap().
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 exception org.apache.commons.clazz.bean.BeanClazzConfigurationException
 
getMessage() - Method in exception org.apache.commons.clazz.ClazzAccessException
 
getMessage() - Method in exception org.apache.commons.clazz.ClazzNotFoundException
 
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
 
getModel() - Method in class org.apache.commons.clazz.ClazzLoader
Returns the name of the model this clazz loader belongs to.
getModel() - Method in class org.apache.commons.clazz.ModelClazzLoader
 
getModelClazzLoader() - Method in class org.apache.commons.clazz.ClazzLoader
Returns the model clazz loader for this clazz loader.
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.Clazz
Returns the name of the Clazz.
getName() - Method in interface org.apache.commons.clazz.ClazzAttribute
An attribute has a name, perhaps qualified.
getName() - Method in interface org.apache.commons.clazz.ClazzInstanceFactory
Returns the name of the factory.
getName() - Method in interface org.apache.commons.clazz.ClazzOperation
 
getName() - Method in interface org.apache.commons.clazz.ClazzProperty
Returns the name of the property.
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.Clazz
Returns the Operation for the given signature.
getOperation(String) - 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.ReflectedClazz
 
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.Clazz
Returns all Operations for this clazz.
getOperations() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
 
getPackageName() - Method in class org.apache.commons.clazz.Clazz
Gets the package name.
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 interface org.apache.commons.clazz.ClazzInstanceFactory
Returns the factory parameter types.
getParameterClazzes() - Method in interface org.apache.commons.clazz.ClazzOperation
 
getParameterClazzes() - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
 
getParameterClazzes() - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
 
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 in class org.apache.commons.clazz.reflect.common.AccessorMethodParseResults
Returns the parameterType.
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.Clazz
Returns all properties for this clazz, including those declared by superclazzes.
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.Clazz
Returns a ClazzProperty for the given name
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.extended.ExtendedReflectedClazz
 
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.standard.StandardReflectedClazz
 
getPropertyKeySet() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
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.AccessorMethodParseResults
Returns the propertyName.
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 interface org.apache.commons.clazz.ClazzOperation
 
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
 
getShortClassName() - Method in class org.apache.commons.clazz.Clazz
Gets the class name (without the package).
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 interface org.apache.commons.clazz.ClazzInstanceFactory
Returns the signature of the factory in the format "factoryName(paramType1,...)", where "factoryName" may be empty.
getSignature() - Method in interface org.apache.commons.clazz.ClazzOperation
 
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.Clazz
Returns the superclazz for this Clazz, or null if there is none.
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.
getValue() - Method in interface org.apache.commons.clazz.ClazzAttribute
Returns the attribute value.
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
 
GroupClazzLoader - Class in org.apache.commons.clazz.common
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
 

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.
instanceFactoryAdded(Clazz, ClazzInstanceFactory) - Method in interface org.apache.commons.clazz.ClazzChangeListener
 
instanceFactoryRemoved(Clazz, ClazzInstanceFactory) - Method in interface org.apache.commons.clazz.ClazzChangeListener
 
INTERFACE - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the interface modifier.
introspectDeclaredProperties(ReflectedClazz, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
 
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
 
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.
introspectOperations(ReflectedClazz, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodOperationIntrospector
 
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.
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.ExtendedReflectedListPropertyIntrospector
 
introspectProperties(ReflectedClazz, Class, Map) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
Goes over methods of the supplied class and creates ReflectedAccessorPairProperty objects for discovered properties.
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, Map) - Method in class org.apache.commons.clazz.reflect.standard.StandardReflectedListPropertyIntrospector
 
invoke(Object, Object[]) - Method in class org.apache.commons.clazz.bean.BeanClazzOperation
 
invoke(Object, Object[]) - Method in interface org.apache.commons.clazz.ClazzOperation
 
invoke(Object, Object[]) - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodOperation
 
isAbstract() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object abstract.
isAssignableFrom(Clazz) - Method in class org.apache.commons.clazz.Clazz
Returns true if the supplied clazz is either the same or a subclazz of this clazz.
isAssignableFrom(Clazz) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Overrides the default implementation, checks if the supplied clazz is also a ReflectedClazz and if so invokes isAssignableFrom on the corresponding java classes.
isCollection() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
Returns true if the property is a collection.
isCollection() - Method in interface org.apache.commons.clazz.ClazzProperty
Returns true if the property is a collection.
isCollection() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
isCollection() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
 
isCorrectPluralForm(String, String) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
Returns true if the plural parameter is a correct plural form for the property names singular.
isCorrectPluralForm(String, String) - Method in class org.apache.commons.clazz.reflect.standard.StandardReflectedListPropertyIntrospector
With the standard JavaBean indexed properties the plural form is the same as the singular form.
isCorrectPluralSuffix(String, String) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
 
isCorrectPluralSuffix(String, String) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
Returns true if the suffix is "s" or "List", "Array" or "Vector".
isCorrectPluralSuffix(String, String) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
Returns true if the suffix is "s" or "Map".
isEmpty() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
isFinal() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object final.
isList() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
Returns true if the property is an array or implements java.util.List.
isList(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
Returns true if javaClass is an array or implements java.util.List.
isLoggingEnabled(String) - Method in class org.apache.commons.clazz.ClazzLoader
 
isLoggingEnabled() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Returns true if diagnostic is enabled for this clazz
isMap() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
Returns true if the property is a map.
isMap() - Method in interface org.apache.commons.clazz.ClazzProperty
Returns true if the property is a map.
isMap() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
isMap() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
 
isMap() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
Returns true if the property is java.util.Map or implements java.util.Map.
isMember(Object) - Method in class org.apache.commons.clazz.bean.BeanClazzLoader
 
isMember(Object) - Method in class org.apache.commons.clazz.bean.BeanGroupClazzLoader
 
isMember(Object) - Method in class org.apache.commons.clazz.ClazzLoader
Returns true iff this loader has or can construct a Clazz for the supplied instance.
isMember(Object) - Method in class org.apache.commons.clazz.common.GroupClazzLoader
Returns true iff this group has a member loader that has or can construct a Clazz for the supplied instance.
isMember(Object) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
Returns true for all objects.
isMember(Object) - Method in class org.apache.commons.clazz.reflect.ReflectedGroupClazzLoader
 
isNative() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object native.
isPackageScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object package scope.
isPrivateScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object private scope.
isProtectedScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object protected scope.
isPublicScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object public scope.
isReadOnly() - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
isReadOnly() - Method in interface org.apache.commons.clazz.ClazzProperty
 
isReadOnly() - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
isStatic() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object static.
isStrictFP() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object strictfp.
isSupportedClass(Class) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
Returns true for all classes supported by this specific clazz loader.
isSynchronized() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object synchronized.
isTransient() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object transient.
isVolatile() - Method in class org.apache.commons.clazz.ClazzModifiers
Is the object volatile.
iterator() - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 

K

KEY_SET_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
keySet() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 

L

listIterator() - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 
listIterator(int) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 
loaders - Variable in class org.apache.commons.clazz.common.GroupClazzLoader
List of member loaders.
logPropertyParseResults(Object) - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Called by ReflectedPropertyIntrospector's to log results of introspection, successful or not.
logPropertyParseResults() - Method in class org.apache.commons.clazz.reflect.ReflectedClazz
Prints diagnostics of property introspection.
lookupCustomClazz(Class) - Method in class org.apache.commons.clazz.reflect.ReflectedClazzLoader
Try to find and allocate a custom Clazz for the specified Java class.

M

merge(ReflectedListPropertyParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
Combines parse results from another instance of ReflectedMappedPropertyParseResults with results contained by this object.
merge(ReflectedPropertyParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
merge(ReflectedMappedPropertyParseResults) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
Combines parse results from another instance of ReflectedMappedPropertyParseResults with results contained by this object.
mergeSingularMethods(Map, Map) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
Combines data collected from singular methods like getFoo(index) with Properties, which already contain data about plural methods like getFooList().
mergeSingularMethods(Map, Map) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
Combines data collected from singular methods like getFoo(key) with parse results for plural methods like getFooMap().
MODEL - Static variable in class org.apache.commons.clazz.common.ExtendedClazzLoaderFactory
 
MODEL - Static variable in class org.apache.commons.clazz.common.StandardClazzLoaderFactory
 
ModelClazzLoader - Class in org.apache.commons.clazz
An implementation of ClazzLoader that functions as the top- level clazz loader for a model and caches all clazzes by name.
ModelClazzLoader(String) - Constructor for class org.apache.commons.clazz.ModelClazzLoader
 

N

NATIVE - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the native modifier.
newInstance(Object[]) - Method in class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
 
newInstance() - Method in class org.apache.commons.clazz.Clazz
Creates a new instance of this Clazz using the InstanceFactory that takes no parameters.
newInstance(String, Object[]) - Method in class org.apache.commons.clazz.Clazz
Creates a new instance of this Clazz using the InstanceFactory with the specified signature.
newInstance(Object[]) - Method in interface org.apache.commons.clazz.ClazzInstanceFactory
Creates a new instance.
newInstance(Object[]) - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
 
newInstance(Object[]) - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodInstanceFactory
 

O

OPERATION_INTROSPECTORS - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
The extended list of introspectors consists just the basic method-to- operation introspector.
OPERATION_INTROSPECTORS - Static variable in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
The standard list of introspectors consists just the basic method-to- operation introspector.
operationAdded(Clazz, ClazzOperation) - Method in interface org.apache.commons.clazz.ClazzChangeListener
 
operationRemoved(Clazz, ClazzOperation) - Method in interface org.apache.commons.clazz.ClazzChangeListener
 
org.apache.commons.clazz - package org.apache.commons.clazz
 
org.apache.commons.clazz.bean - package org.apache.commons.clazz.bean
 
org.apache.commons.clazz.common - package org.apache.commons.clazz.common
 
org.apache.commons.clazz.reflect - package org.apache.commons.clazz.reflect
 
org.apache.commons.clazz.reflect.common - package org.apache.commons.clazz.reflect.common
 
org.apache.commons.clazz.reflect.extended - package org.apache.commons.clazz.reflect.extended
 
org.apache.commons.clazz.reflect.standard - package org.apache.commons.clazz.reflect.standard
 

P

parse(Method) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
Parses the supplied method according to the parser's configuration.
PRIVATE - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the private modifier.
PROPERTY_INTROSPECTORS - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedClazz
The extended list of introspectors consists of List, Mapped and Scalar property introspectors.
PROPERTY_INTROSPECTORS - Static variable in class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
The standard list of introspectors consists of Indexed and Scalar property introspectors.
propertyAdded(Clazz, ClazzProperty) - Method in interface org.apache.commons.clazz.ClazzChangeListener
 
propertyRemoved(Clazz, ClazzProperty) - Method in interface org.apache.commons.clazz.ClazzChangeListener
 
PROTECTED - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the protected modifier.
PUBLIC - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the public modifier.
put(Object, Object) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
PUT_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 

R

READ_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
READ_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
 
READ_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
readMethodParseResults - Variable in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
ReflectedAccessorPairProperty - Class in org.apache.commons.clazz.reflect.common
 
ReflectedAccessorPairProperty(Clazz, String) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Constructor for ReflectedClazzProperty.
ReflectedClazz - Class in org.apache.commons.clazz.reflect
This implementation of Clazz is based on Java reflection.
ReflectedClazz(ClazzLoader, Class) - Constructor for class org.apache.commons.clazz.reflect.ReflectedClazz
 
ReflectedClazzLoader - Class in org.apache.commons.clazz.reflect
 
ReflectedClazzLoader(ModelClazzLoader, ClassLoader) - Constructor for class org.apache.commons.clazz.reflect.ReflectedClazzLoader
 
ReflectedConstructorInstanceFactory - Class in org.apache.commons.clazz.reflect.common
A wrapper for a java constructor.
ReflectedConstructorInstanceFactory(Clazz, Constructor) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
Constructor for ReflectedClazzProperty.
ReflectedConstructorInstanceFactoryIntrospector - Class in org.apache.commons.clazz.reflect.common
 
ReflectedConstructorInstanceFactoryIntrospector() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactoryIntrospector
 
ReflectedGroupClazzLoader - Class in org.apache.commons.clazz.reflect
A clazz loader that groups multiple ReflectedClazzLoaders.
ReflectedGroupClazzLoader(ModelClazzLoader) - Constructor for class org.apache.commons.clazz.reflect.ReflectedGroupClazzLoader
 
ReflectedInstanceFactoryIntrospector - Interface in org.apache.commons.clazz.reflect
Performs introspection for one kind of operations.
ReflectedList - Class in org.apache.commons.clazz.reflect.common
This is an implementation of the List interface that is based on a List property.
ReflectedList(Object, ReflectedListProperty) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedList
Constructor for ReflectedList.
ReflectedListProperty - Class in org.apache.commons.clazz.reflect.common
 
ReflectedListProperty(Clazz, String) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Constructor for ReflectedListProperty.
ReflectedListPropertyIntrospectorSupport - Class in org.apache.commons.clazz.reflect.common
A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
ReflectedListPropertyIntrospectorSupport() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
Parser for the getFoo(int) method: Return type not void Name starts with "get" followed by capitalized singular form of the property name One integer parameter
ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser
 
ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
Parser for the getFooMap() method: Return type not void Name starts with "get" followed by capitalized property name No parameters We don't check if the parameter is a List here.
ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser
 
ReflectedListPropertyIntrospectorSupport.SetAccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
Parser for the setFoo(index, value) method: Return type void Name starts with "set" followed by capitalized singular form of the property name Two parameters, first integer
ReflectedListPropertyIntrospectorSupport.SetAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.SetAccessorMethodParser
 
ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
Parser for the setFooList(List) method: Return type void Name starts with "set" followed by capitalized property name One parameter We don't check if the parameter is a List here.
ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser
 
ReflectedListPropertyParseResults - Class in org.apache.commons.clazz.reflect.common
Holds parse results for individual accessor methods for a list property.
ReflectedListPropertyParseResults(ReflectedClazz, String) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
Constructor for ReflectedMappedPropertyParseResults.
ReflectedMap - Class in org.apache.commons.clazz.reflect.extended
This is an implementation of the Map interface that is based on a Mapped property.
ReflectedMap(Object, ReflectedMappedProperty) - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMap
Constructor for ReflectedMap.
ReflectedMappedProperty - Class in org.apache.commons.clazz.reflect.extended
 
ReflectedMappedProperty(Clazz, String) - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Constructor for ReflectedMappedProperty.
ReflectedMappedPropertyIntrospector - Class in org.apache.commons.clazz.reflect.extended
A ReflectedPropertyIntrospector that discovers mapped properties.
ReflectedMappedPropertyIntrospector() - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
ReflectedMappedPropertyIntrospector.GetAccessorMethodParser - Class in org.apache.commons.clazz.reflect.extended
Parser for the getFoo(key) method: Return type not void Name starts with "get" followed by capitalized singular form of the property name One parameter
ReflectedMappedPropertyIntrospector.GetAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.GetAccessorMethodParser
 
ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser - Class in org.apache.commons.clazz.reflect.extended
Parser for the getFooKeys() method: Returns integer Name starts with "get" followed by capitalized singular form of the property name, followed by "Keys" or "KeySet" No parameters
ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser
 
ReflectedMappedPropertyIntrospector.PutAccessorMethodParser - Class in org.apache.commons.clazz.reflect.extended
Parser for the setFoo(key, value) method: Return type void Name starts with "set" followed by capitalized singular form of the property name Two parameters
ReflectedMappedPropertyIntrospector.PutAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.PutAccessorMethodParser
 
ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser - Class in org.apache.commons.clazz.reflect.extended
Parser for the getFooMap() method: Return type not void Name starts with "get" followed by capitalized property name No parameters We don't check if the parameter is a Map here.
ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser
 
ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser - Class in org.apache.commons.clazz.reflect.extended
Parser for the removeFoo(key) method: Name starts with "remove" followed by capitalized singular form of the property name One parameter
ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser
 
ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser - Class in org.apache.commons.clazz.reflect.extended
Parser for the setFooMap(Map) method: Return type void Name starts with "set" followed by capitalized property name One parameter We don't check if the parameter is a Map here.
ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser
 
ReflectedMappedPropertyParseResults - Class in org.apache.commons.clazz.reflect.extended
Holds parse results for individual accessor methods for a mapped property.
ReflectedMappedPropertyParseResults(ReflectedClazz, String) - Constructor for class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
Constructor for ReflectedMappedPropertyParseResults.
ReflectedMethodFeatureSupport - Class in org.apache.commons.clazz.reflect.common
A wrapper for a java method.
ReflectedMethodFeatureSupport(Clazz, Method) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
Constructor for ReflectedClazzProperty.
ReflectedMethodInstanceFactory - Class in org.apache.commons.clazz.reflect.common
A wrapper for a static java method that returns an instance of the Clazz.
ReflectedMethodInstanceFactory(Clazz, Method) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedMethodInstanceFactory
Constructor for ReflectedClazzProperty.
ReflectedMethodInstanceFactoryIntrospector - Class in org.apache.commons.clazz.reflect.common
 
ReflectedMethodInstanceFactoryIntrospector() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedMethodInstanceFactoryIntrospector
 
ReflectedMethodOperation - Class in org.apache.commons.clazz.reflect.common
A ClazzOperation that is a wrapper for a java method.
ReflectedMethodOperation(Clazz, Method) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedMethodOperation
Constructor for ReflectedMethodOperation.
ReflectedMethodOperationIntrospector - Class in org.apache.commons.clazz.reflect.common
A ReflectedOperationIntrospector that discovers an operation for each public method of the class.
ReflectedMethodOperationIntrospector() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedMethodOperationIntrospector
 
ReflectedOperationIntrospector - Interface in org.apache.commons.clazz.reflect
Performs introspection for one kind of operations.
ReflectedProperty - Interface in org.apache.commons.clazz.reflect
The same reflected property may have more than one name.
ReflectedPropertyIntrospector - Interface in org.apache.commons.clazz.reflect
Performs introspection for one kind of property - scalar, indexed, mapped, etc.
ReflectedPropertyIntrospectorSupport - Class in org.apache.commons.clazz.reflect.common
 
ReflectedPropertyIntrospectorSupport() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedPropertyIntrospectorSupport
 
ReflectedPropertyParseResults - Class in org.apache.commons.clazz.reflect.common
Base class for Reflected*PropertyParseResults classes; aggregates parse results for individual accessor methods.
ReflectedPropertyParseResults(ReflectedClazz, String) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
ReflectedScalarProperty - Class in org.apache.commons.clazz.reflect.common
 
ReflectedScalarProperty(Clazz, String) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedScalarProperty
Constructor for ReflectedScalarProperty.
ReflectedScalarPropertyIntrospector - Class in org.apache.commons.clazz.reflect.common
A ReflectedPropertyIntrospector that discovers scalar properties.
ReflectedScalarPropertyIntrospector() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
 
ReflectedScalarPropertyIntrospector.JBReadAccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
Parser for the getFoo() method: Return type not void Name starts with "get" followed by capitalized property name.
ReflectedScalarPropertyIntrospector.JBReadAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.JBReadAccessorMethodParser
 
ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
Parser for the getFoo() method: Return type not void Name starts with "get" followed by capitalized property name.
ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser
 
ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser - Class in org.apache.commons.clazz.reflect.common
Parser for the setFoo(value) method: Return type void Name starts with "set" followed by capitalized property name One parameter
ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser() - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser
 
ReflectedScalarPropertyParseResults - Class in org.apache.commons.clazz.reflect.common
Holds parse results for individual accessor methods for a scalar property.
ReflectedScalarPropertyParseResults(ReflectedClazz, String) - Constructor for class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyParseResults
Constructor for ReflectedScalarPropertyParseResults.
refreshAllCaches() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
refreshOperationCache() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
refreshPropertyCache() - Method in class org.apache.commons.clazz.bean.BeanClazz
 
remove(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
Will perform the following steps: If the instance has an removeFoo(element), calls that method. Otherwise, if iterates over elements of the collection until it finds one equal to the supplied value.
remove(int) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
Will perform the following steps: If the instance has a remove(index), calls that method.
remove(Object) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
REMOVE_INDEXED_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
REMOVE_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
REMOVE_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
removeClazzChangeListener(ClazzChangeListener) - Method in class org.apache.commons.clazz.Clazz
 
removeDeclaredOperation(ClazzOperation) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
removeDeclaredProperty(ClazzProperty) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
removeInstanceFactory(ClazzInstanceFactory) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
removeOperation(ClazzOperation) - Method in class org.apache.commons.clazz.bean.BeanClazz
Called indirectly when declared operations are manipulated.
removeProperty(ClazzProperty) - Method in class org.apache.commons.clazz.bean.BeanClazz
Called indirectly when declared properties are manipulated.
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
If a method parsed by this parser must have a number or parameters, override and return that number.
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.SetAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.GetAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.PutAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser
 
requiredParameterCount() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
If a method parsed by this parser must have a certain prefix, override and return a non-null prefix string
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.SetAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.GetAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.PutAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.RemoveAccessorMethodParser
 
requiredPrefix() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser
 

S

set(String, Object) - Method in class org.apache.commons.clazz.bean.BasicBean
 
set(String, Object) - Method in interface org.apache.commons.clazz.bean.Bean
 
set(Object, Object) - Method in class org.apache.commons.clazz.bean.BeanClazzProperty
 
set(Object, Object) - Method in interface org.apache.commons.clazz.ClazzProperty
 
set(Object, Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
 
set(int, Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 
set(Object, Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
 
set(Object, Object) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
 
SET_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
setAbstract(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be abstract.
setAddIndexedMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the addIndexedMethod.
setAddIndexedMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
setAddMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the addMethod.
setAddMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
setAliases(String[]) - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Sets the aliases.
setContentType(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the contentType.
setContentType(Class) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Sets the contentType.
setDefaultClazzModel(String) - Static method in class org.apache.commons.clazz.Clazz
Select the default clazz model.
setField(Field) - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Sets the field.
setFinal(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be final.
setFlags(int) - Method in class org.apache.commons.clazz.ClazzModifiers
Sets the modifier flags.
setGetMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the getMethod.
setGetMethod(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Sets the getMethod.
setGetMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
setGetMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
setKeySetMethod(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Sets the keySetMethod.
setKeySetMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
setKeyType(Class) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Sets the keyType.
setNative(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be native.
setPackageScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be package scope.
setPrivateScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be private scope.
setPropertyValue(Object) - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 
setPropertyValue(Map) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
setProtectedScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be protected scope.
setPublicScope() - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be public scope.
setPutMethod(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Sets the putMethod.
setPutMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
setReadMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Sets the readMethod.
setReadMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
Sets the readMethodParseResults.
setRemoveIndexedMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the removeIndexedMethod.
setRemoveIndexedMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
setRemoveMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the removeMethod.
setRemoveMethod(Method) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
Sets the removeMethod.
setRemoveMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
setRemoveMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults
 
setSetMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the setMethod.
setSetMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
setSizeMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
Sets the sizeMethod.
setSizeMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyParseResults
 
setStatic(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be static.
setStrictFP(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be strictfp.
setSuperclazz(Clazz) - Method in class org.apache.commons.clazz.bean.BeanClazz
 
setSynchronized(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be synchronized.
setTransient(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be transient.
setType(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Sets the type.
setVolatile(boolean) - Method in class org.apache.commons.clazz.ClazzModifiers
Set the object to be volatile.
setWriteMethod(Method) - Method in class org.apache.commons.clazz.reflect.common.ReflectedAccessorPairProperty
Sets the writeMethod.
setWriteMethodParseResults(AccessorMethodParseResults) - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
Sets the writeMethodParseResults.
size() - Method in class org.apache.commons.clazz.reflect.common.ReflectedList
 
size() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMap
 
SIZE_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector
 
STANDARD_CLAZZ_MODEL - Static variable in class org.apache.commons.clazz.Clazz
The name of the standard clazz model.
StandardClazzLoaderFactory - Class in org.apache.commons.clazz.common
 
StandardClazzLoaderFactory() - Constructor for class org.apache.commons.clazz.common.StandardClazzLoaderFactory
Constructor for StandardClazzLoaderFactory.
StandardReflectedClazz - Class in org.apache.commons.clazz.reflect.standard
 
StandardReflectedClazz(ClazzLoader, Class) - Constructor for class org.apache.commons.clazz.reflect.standard.StandardReflectedClazz
Constructor for StandardReflectedClazz.
StandardReflectedClazzLoader - Class in org.apache.commons.clazz.reflect.standard
 
StandardReflectedClazzLoader(ModelClazzLoader, ClassLoader) - Constructor for class org.apache.commons.clazz.reflect.standard.StandardReflectedClazzLoader
Constructor for StandardReflectedClazzLoader.
StandardReflectedListPropertyIntrospector - Class in org.apache.commons.clazz.reflect.standard
A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
StandardReflectedListPropertyIntrospector() - Constructor for class org.apache.commons.clazz.reflect.standard.StandardReflectedListPropertyIntrospector
 
STATIC - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the static modifier.
STRICT - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the strictfp modifier.
SYNCHRONIZED - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the synchronized modifier.

T

testAndRemoveSuffix(String) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
If a method parsed by this parser must have a certain suffix, override this method, check that it does and remove the suffix.
testAndRemoveSuffix(String) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser
 
testAndRemoveSuffix(String) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser
 
testFirstCharacterOfPropertyName(char) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
Returns true if the character can be the first character of a Capitalized property name.
testParameterType(int, Class) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
To check constraints on the type of a parameter, override and perform the check.
testParameterType(int, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser
 
testParameterType(int, Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.SetAccessorMethodParser
 
testParameterType(int, Class) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.AddIndexedAccessorMethodParser
 
testParameterType(int, Class) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveAccessorMethodParser
 
testParameterType(int, Class) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.RemoveIndexedAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.common.AccessorMethodParser
To check constraints on the return type of methods parsed by this parser, override and perform the check.
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.ReadAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport.WriteAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.extended.ExtendedReflectedListPropertyIntrospector.SizeAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.GetAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.KeySetAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.ReadAccessorMethodParser
 
testReturnType(Class) - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector.WriteAccessorMethodParser
 
toString() - Method in class org.apache.commons.clazz.bean.BeanClazzConstructorInstanceFactory
 
toString() - Method in class org.apache.commons.clazz.ClazzModifiers
Geta string describing the access modifier flags in the specified modifier.
toString() - Method in class org.apache.commons.clazz.reflect.common.ReflectedConstructorInstanceFactory
 
toString() - Method in class org.apache.commons.clazz.reflect.common.ReflectedListProperty
 
toString() - Method in class org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
 
toString() - Method in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 
toString() - Method in class org.apache.commons.clazz.reflect.common.ReflectedScalarProperty
 
toString() - Method in class org.apache.commons.clazz.reflect.extended.ReflectedMappedProperty
 
TRANSIENT - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the transient modifier.

V

VOLATILE - Static variable in class org.apache.commons.clazz.ClazzModifiers
The int value representing the volatile modifier.

W

WRITE_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.common.ReflectedListPropertyIntrospectorSupport
 
WRITE_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.common.ReflectedScalarPropertyIntrospector
 
WRITE_METHOD_PARSER - Static variable in class org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyIntrospector
 
writeMethodParseResults - Variable in class org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults
 

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

Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.