|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.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. |
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. |
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||