Uses of Interface
sk.antons.json.source.JsonSource
Packages that use JsonSource
-
Uses of JsonSource in sk.antons.json.parse
Methods in sk.antons.json.parse with parameters of type JsonSourceModifier 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 JsonScannerJsonScanner.instance(JsonSource source) static JsonStreamJsonStream.instance(JsonSource source, PathMatcher matcher) Instance of JsonStream.static JsonValueJsonParser.parse(JsonSource source) Parse json from source.Constructors in sk.antons.json.parse with parameters of type JsonSourceModifierConstructorDescriptionJsonScanner(JsonSource source) JsonStream(JsonSource source, PathMatcher matcher) Instance of JsonSource -
Uses of JsonSource in sk.antons.json.parse.traversal
Methods in sk.antons.json.parse.traversal with parameters of type JsonSourceModifier and TypeMethodDescriptionstatic TraversalParserTraversalParser.instance(JsonSource source, JsonContentHandler handler) Constructors in sk.antons.json.parse.traversal with parameters of type JsonSource -
Uses of JsonSource in sk.antons.json.source
Classes in sk.antons.json.source that implement JsonSourceModifier and TypeClassDescriptionclassJson source created from ReaderclassJson source provider created from string.