Uses of Class
org.apache.commons.clazz.reflect.common.ReflectedPropertyParseResults

Packages that use ReflectedPropertyParseResults
org.apache.commons.clazz.reflect.common   
org.apache.commons.clazz.reflect.extended   
 

Uses of ReflectedPropertyParseResults in org.apache.commons.clazz.reflect.common
 

Subclasses of ReflectedPropertyParseResults in org.apache.commons.clazz.reflect.common
 class ReflectedListPropertyParseResults
          Holds parse results for individual accessor methods for a list property.
 class ReflectedScalarPropertyParseResults
          Holds parse results for individual accessor methods for a scalar property.
 

Methods in org.apache.commons.clazz.reflect.common with parameters of type ReflectedPropertyParseResults
protected  ReflectedAccessorPairProperty ReflectedScalarPropertyIntrospector.createProperty(ReflectedClazz clazz, ReflectedPropertyParseResults parseResults)
          Creates a new ReflectedAccessorPairProperty based on parse results.
protected abstract  ReflectedAccessorPairProperty ReflectedPropertyIntrospectorSupport.createProperty(ReflectedClazz clazz, ReflectedPropertyParseResults parseResults)
          Creates a new ReflectedAccessorPairProperty based on parse results.
protected  ReflectedAccessorPairProperty ReflectedListPropertyIntrospectorSupport.createProperty(ReflectedClazz clazz, ReflectedPropertyParseResults parseResults)
          Creates a new ReflectedListProperty based on parse results.
 void ReflectedPropertyParseResults.merge(ReflectedPropertyParseResults other)
           
 

Uses of ReflectedPropertyParseResults in org.apache.commons.clazz.reflect.extended
 

Subclasses of ReflectedPropertyParseResults in org.apache.commons.clazz.reflect.extended
 class ReflectedMappedPropertyParseResults
          Holds parse results for individual accessor methods for a mapped property.
 

Methods in org.apache.commons.clazz.reflect.extended with parameters of type ReflectedPropertyParseResults
protected  ReflectedAccessorPairProperty ReflectedMappedPropertyIntrospector.createProperty(ReflectedClazz clazz, ReflectedPropertyParseResults parseResults)
          Creates a new ReflectedMappedProperty based on parse results.
 



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