public class ValueEqualsMatcher extends Object
| Constructor and Description |
|---|
ValueEqualsMatcher(String test) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ParseEvent event,
String value) |
protected boolean |
matches(String value) |
Predicate<Path> |
needsKeyCollection() |
Predicate<Path> |
needsObjectCollection() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmatchWeightpublic ValueEqualsMatcher(String test)
protected boolean matches(String value)
public 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.