public class WildPathMatcher extends Object implements PathMatcher
| Constructor and Description |
|---|
WildPathMatcher(List<String> path) |
WildPathMatcher(String... path) |
| Modifier and Type | Method and Description |
|---|---|
static WildPathMatcher |
fromPath(String path) |
static WildPathMatcher |
instance(List<String> path) |
static WildPathMatcher |
instance(String... path) |
Match |
match(List<String> currentpath,
JsonValue currentvalue)
Returns result of match
|
Match |
tryMatch(List<String> currentpath,
int element,
int path) |
public WildPathMatcher(String... path)
public static WildPathMatcher instance(List<String> path)
public static WildPathMatcher instance(String... path)
public static WildPathMatcher fromPath(String path)
public Match match(List<String> currentpath, JsonValue currentvalue)
PathMatchermatch in interface PathMatchercurrentpath - path to be checkedcurrentvalue - value to be checked (be prepare for null values for traversal parsers)Copyright © 2020. All rights reserved.