Uses of Class
org.apache.commons.clazz.reflect.extended.ReflectedMappedPropertyParseResults

Packages that use ReflectedMappedPropertyParseResults
org.apache.commons.clazz.reflect.extended   
 

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

Methods in org.apache.commons.clazz.reflect.extended that return ReflectedMappedPropertyParseResults
protected  ReflectedMappedPropertyParseResults ReflectedMappedPropertyIntrospector.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  ReflectedMappedPropertyParseResults ReflectedMappedPropertyIntrospector.getParseResults(ReflectedClazz clazz, Map parseResultMap, String propertyName)
          Finds a ReflectedMappedPropertyParseResults for the given propertyName or creates a new one and puts it in the map.
 

Methods in org.apache.commons.clazz.reflect.extended with parameters of type ReflectedMappedPropertyParseResults
 void ReflectedMappedPropertyParseResults.merge(ReflectedMappedPropertyParseResults 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.