Uses of Class
sk.antons.json.match.Match
-
Packages that use Match Package Description sk.antons.json.match sk.antons.json.match.wild -
-
Uses of Match in sk.antons.json.match
Methods in sk.antons.json.match that return Match Modifier and Type Method Description MatchPathMatcher. match(List<String> currentpath, JsonValue currentvalue)Returns result of matchMatchSimplePathMatcher. match(List<String> currentpath, JsonValue currentvalue)static MatchMatch. valueOf(String name)Returns the enum constant of this type with the specified name.static Match[]Match. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Match in sk.antons.json.match.wild
Methods in sk.antons.json.match.wild that return Match Modifier and Type Method Description MatchWildPathMatcher. match(List<String> currentpath, JsonValue currentvalue)MatchWildPathMatcher. tryMatch(List<String> currentpath, int element, int path)
-