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() |
PropertyNameMatcher |
partialMatch(String property) |
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 PropertyNameMatcherCopyright © 2015. All rights reserved.