public interface PluralStemmer
Modifier and Type | Method and Description |
---|---|
ElementDescriptor |
findPluralDescriptor(String propertyName,
Map map)
Find the plural descriptor for a singular property.
|
ElementDescriptor findPluralDescriptor(String propertyName, Map map)
propertyName
- is the singular property name, from the adder methodmap
- is a map with the keys are the property names of the available
descriptors and the values are the descriptors. This may not be null.null
is no matching descriptor can be found