public abstract class KeysMatcher extends Object implements PathMatcher
| Constructor and Description |
|---|
KeysMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
matches(List<PathEntry> path) |
boolean |
matches(ParseEvent event,
String value) |
Predicate<Path> |
needsKeyCollection() |
Predicate<Path> |
needsObjectCollection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchWeightpublic final boolean matches(ParseEvent event, String value)
matches in interface PathMatcherpublic Predicate<Path> needsKeyCollection()
needsKeyCollection in interface PathMatcherpublic Predicate<Path> needsObjectCollection()
needsObjectCollection in interface PathMatcherCopyright © 2017. All rights reserved.