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

Packages that use ReflectedListPropertyParseResults
org.apache.commons.clazz.reflect.common   
 

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

Methods in org.apache.commons.clazz.reflect.common that return ReflectedListPropertyParseResults
protected  ReflectedListPropertyParseResults ReflectedListPropertyIntrospectorSupport.findBySingularName(Map parseResultMapPlural, String singularName)
          Given a singular form of a property name, locates parse results for a property with the corresponding plural name.
protected  ReflectedListPropertyParseResults ReflectedListPropertyIntrospectorSupport.getParseResults(ReflectedClazz clazz, Map parseResultMap, String propertyName)
          Finds a ReflectedListPropertyParseResults for the given propertyName or creates a new one and puts it in the map.
 

Methods in org.apache.commons.clazz.reflect.common with parameters of type ReflectedListPropertyParseResults
 void ReflectedListPropertyParseResults.merge(ReflectedListPropertyParseResults other)
          Combines parse results from another instance of ReflectedMappedPropertyParseResults with results contained by this object.
 



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