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