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 |
|---|---|
boolean |
matches(String property) |
IndexedColumn |
matchesIndex() |
static PropertyNameMatcher |
of(String value) |
PropertyNameMatcher |
partialMatch(String property) |
Tuple2<String,PropertyNameMatcher> |
speculativeMatch() |
public DefaultPropertyNameMatcher(String column, int from, boolean exactMatch, boolean caseSensitive)
public boolean matches(String property)
matches in interface PropertyNameMatcherpublic IndexedColumn matchesIndex()
matchesIndex in interface PropertyNameMatcherpublic PropertyNameMatcher partialMatch(String property)
partialMatch in interface PropertyNameMatcherpublic Tuple2<String,PropertyNameMatcher> speculativeMatch()
speculativeMatch in interface PropertyNameMatcherpublic static PropertyNameMatcher of(String value)
Copyright © 2015. All rights reserved.