Uses of Class
sk.antons.json.match.SimplePathMatcher
-
Packages that use SimplePathMatcher Package Description sk.antons.json.match -
-
Uses of SimplePathMatcher in sk.antons.json.match
Methods in sk.antons.json.match that return SimplePathMatcher Modifier and Type Method Description static SimplePathMatcherSPM. fromPath(String path)static SimplePathMatcherSimplePathMatcher. instance(String... path)static SimplePathMatcherSimplePathMatcher. instance(List<String> path)static SimplePathMatcherSPM. path(String... path)static SimplePathMatcherSPM. path(List<String> path)
-