Package sk.antons.json.match
Interface PathMatcher
-
- All Known Implementing Classes:
SimplePathMatcher,WildPathMatcher
public interface PathMatcherMatching algorithm implementation.- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matchmatch(List<String> currentpath, JsonValue currentvalue)Returns result of match
-