Uses of Interface
sk.antons.json.match.PathMatcher
Packages that use PathMatcher
Package
Description
-
Uses of PathMatcher in sk.antons.json
Methods in sk.antons.json with parameters of type PathMatcherModifier and TypeMethodDescriptionJsonValue.find(PathMatcher matcher) Finder for specified matcher.JsonValue.findAll(PathMatcher matcher) Find all json values with defined pathJsonValue.findAllLiterals(PathMatcher matcher) Find all json value with defined path and converts them to string valueJsonValue.findFirst(PathMatcher matcher) Find first json value with defined pathJsonValue.findFirstLiteral(PathMatcher matcher) Find first json value with defined path and converts it to string value -
Uses of PathMatcher in sk.antons.json.find
Methods in sk.antons.json.find with parameters of type PathMatcherModifier and TypeMethodDescriptionstatic PathFinderPathFinder.of(JsonValue root, PathMatcher matcher) New instance of PathFinderConstructors in sk.antons.json.find with parameters of type PathMatcherModifierConstructorDescriptionPathFinder(JsonValue root, PathMatcher matcher) New instance or finder -
Uses of PathMatcher in sk.antons.json.impl
Methods in sk.antons.json.impl with parameters of type PathMatcherModifier and TypeMethodDescriptionJsonValueImpl.find(PathMatcher matcher) voidvoidJsonValueImpl.findAll(PathMatcher matcher) abstract voidJsonValueImpl.findAllLiterals(PathMatcher matcher) JsonArrayImpl.findFirst(PathMatcher matcher, List<String> path) JsonObjectImpl.findFirst(PathMatcher matcher, List<String> path) JsonValueImpl.findFirst(PathMatcher matcher) abstract JsonValueJsonValueImpl.findFirst(PathMatcher matcher, List<String> path) JsonValueImpl.findFirstLiteral(PathMatcher matcher) -
Uses of PathMatcher in sk.antons.json.literal.impl
Methods in sk.antons.json.literal.impl with parameters of type PathMatcher -
Uses of PathMatcher in sk.antons.json.match
Classes in sk.antons.json.match that implement PathMatcherModifier and TypeClassDescriptionclassCheck path with provided sequence of string values. -
Uses of PathMatcher in sk.antons.json.match.wild
Classes in sk.antons.json.match.wild that implement PathMatcherModifier and TypeClassDescriptionclassCheck path with provided sequence of string values. -
Uses of PathMatcher in sk.antons.json.parse
Methods in sk.antons.json.parse with parameters of type PathMatcherModifier and TypeMethodDescriptionstatic List<JsonLiteral>LiteralParser.all(JsonSource source, PathMatcher matcher) All literals with mathed path.LiteralParser.allAsString(JsonSource source, PathMatcher matcher) All literals with mathed path converted to string.static JsonLiteralLiteralParser.first(JsonSource source, PathMatcher matcher) First literal with mathed path.static StringLiteralParser.firstAsString(JsonSource source, PathMatcher matcher) First literal with mathed path converted to string.static JsonStreamJsonStream.instance(Reader reader, PathMatcher matcher) Instance of JsonStream.static JsonStreamJsonStream.instance(String json, PathMatcher matcher) Instance of JsonStream.static JsonStreamJsonStream.instance(JsonSource source, PathMatcher matcher) Instance of JsonStream.Constructors in sk.antons.json.parse with parameters of type PathMatcherModifierConstructorDescriptionJsonStream(JsonSource source, PathMatcher matcher) Instance of JsonSource