Package org.apache.commons.clazz.reflect.common

Class Summary
AccessorMethodParser  
AccessorMethodParseResults Container for the results of method parsing: propertyName and two types.
ReflectedAccessorPairProperty  
ReflectedConstructorInstanceFactory A wrapper for a java constructor.
ReflectedConstructorInstanceFactoryIntrospector  
ReflectedList This is an implementation of the List interface that is based on a List property.
ReflectedListProperty  
ReflectedListPropertyIntrospectorSupport A ReflectedPropertyIntrospector that discovers list (aka indexed) properties.
ReflectedListPropertyIntrospectorSupport.GetAccessorMethodParser 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.ReadAccessorMethodParser 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.SetAccessorMethodParser 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.WriteAccessorMethodParser 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.
ReflectedListPropertyParseResults Holds parse results for individual accessor methods for a list property.
ReflectedMethodFeatureSupport A wrapper for a java method.
ReflectedMethodInstanceFactory A wrapper for a static java method that returns an instance of the Clazz.
ReflectedMethodInstanceFactoryIntrospector  
ReflectedMethodOperation A ClazzOperation that is a wrapper for a java method.
ReflectedMethodOperationIntrospector A ReflectedOperationIntrospector that discovers an operation for each public method of the class.
ReflectedPropertyIntrospectorSupport  
ReflectedPropertyParseResults Base class for Reflected*PropertyParseResults classes; aggregates parse results for individual accessor methods.
ReflectedScalarProperty  
ReflectedScalarPropertyIntrospector A ReflectedPropertyIntrospector that discovers scalar properties.
ReflectedScalarPropertyIntrospector.JBReadAccessorMethodParser Parser for the getFoo() method: Return type not void Name starts with "get" followed by capitalized property name.
ReflectedScalarPropertyIntrospector.ReadAccessorMethodParser Parser for the getFoo() method: Return type not void Name starts with "get" followed by capitalized property name.
ReflectedScalarPropertyIntrospector.WriteAccessorMethodParser Parser for the setFoo(value) method: Return type void Name starts with "set" followed by capitalized property name One parameter
ReflectedScalarPropertyParseResults Holds parse results for individual accessor methods for a scalar property.
 



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