public interface PathMatcher
| Modifier and Type | Method and Description |
|---|---|
default boolean |
matches(ParseEvent event,
String value) |
default int |
matchWeight(ParseEvent event,
String value) |
Predicate<Path> |
needsKeyCollection() |
Predicate<Path> |
needsObjectCollection() |
default boolean matches(ParseEvent event, String value)
default int matchWeight(ParseEvent event, String value)
Copyright © 2017. All rights reserved.