public final class DefaultPropertyNameMatcher extends Object implements PropertyNameMatcher
| Constructor and Description |
|---|
DefaultPropertyNameMatcher(String column,
int from,
boolean exactMatch,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyNameMatcher |
exact(String value) |
List<PropertyNameMatcherKeyValuePair> |
keyValuePairs() |
boolean |
matches(CharSequence property) |
IndexedColumn |
matchIndex() |
static PropertyNameMatcher |
of(String value) |
PropertyNameMatch |
partialMatch(CharSequence property) |
PropertyNameMatch |
speculativeMatch() |
String |
toString() |
public DefaultPropertyNameMatcher(String column, int from, boolean exactMatch, boolean caseSensitive)
public boolean matches(CharSequence property)
matches in interface PropertyNameMatcherpublic IndexedColumn matchIndex()
matchIndex in interface PropertyNameMatcherpublic PropertyNameMatch partialMatch(CharSequence property)
partialMatch in interface PropertyNameMatcherpublic PropertyNameMatch speculativeMatch()
speculativeMatch in interface PropertyNameMatcherpublic List<PropertyNameMatcherKeyValuePair> keyValuePairs()
keyValuePairs in interface PropertyNameMatcherpublic static PropertyNameMatcher of(String value)
public static PropertyNameMatcher exact(String value)
Copyright © 2017. All rights reserved.