Uses of Class
org.simpleflatmapper.reflect.meta.PropertyNameMatch
Packages that use PropertyNameMatch
-
Uses of PropertyNameMatch in org.simpleflatmapper.reflect.meta
Methods in org.simpleflatmapper.reflect.meta that return PropertyNameMatchModifier and TypeMethodDescriptionDefaultPropertyNameMatcher.matches(CharSequence property) DefaultPropertyNameMatcher.matches(CharSequence property, boolean tryPlural) PropertyNameMatcher.matches(CharSequence property) PropertyNameMatcher.matches(CharSequence property, boolean tryPlural) DefaultPropertyNameMatcher.partialMatch(CharSequence property) DefaultPropertyNameMatcher.partialMatch(CharSequence property, boolean tryPlural) PropertyNameMatcher.partialMatch(CharSequence property) PropertyNameMatcher.partialMatch(CharSequence property, boolean tryPlural) DefaultPropertyNameMatcher.speculativeMatch()PropertyNameMatcher.speculativeMatch()Methods in org.simpleflatmapper.reflect.meta with parameters of type PropertyNameMatchModifier and TypeMethodDescriptionPropertyMatchingScore.matches(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, PropertyNameMatch propertyNameMatch)