Module org.simpleflatmapper.reflect
Interface PropertyNameMatcher
- All Known Implementing Classes:
DefaultPropertyNameMatcher
public interface PropertyNameMatcher
-
Method Summary
Modifier and TypeMethodDescriptionintasScore()matches(CharSequence property) matches(CharSequence property, boolean tryPlural) partialMatch(CharSequence property) partialMatch(CharSequence property, boolean tryPlural)
-
Method Details
-
matches
-
matches
-
matchIndex
IndexedColumn matchIndex() -
partialMatch
-
partialMatch
-
speculativeMatch
PropertyNameMatch speculativeMatch() -
keyValuePairs
List<PropertyNameMatcherKeyValuePair> keyValuePairs() -
asScore
int asScore()
-