DefaultPropertyNameMatcherpublic interface PropertyNameMatcher
| Modifier and Type | Method | Description |
|---|---|---|
List<PropertyNameMatcherKeyValuePair> |
keyValuePairs() |
|
boolean |
matches(CharSequence property) |
|
IndexedColumn |
matchIndex() |
|
PropertyNameMatch |
partialMatch(CharSequence property) |
|
PropertyNameMatch |
speculativeMatch() |
boolean matches(CharSequence property)
IndexedColumn matchIndex()
PropertyNameMatch partialMatch(CharSequence property)
PropertyNameMatch speculativeMatch()
List<PropertyNameMatcherKeyValuePair> keyValuePairs()
Copyright © 2019. All rights reserved.