Uses of Interface
sk.antons.json.source.JsonSource
-
Packages that use JsonSource Package Description sk.antons.json.parse sk.antons.json.parse.traversal sk.antons.json.source -
-
Uses of JsonSource in sk.antons.json.parse
Methods in sk.antons.json.parse with parameters of type JsonSource Modifier and Type Method Description static List<JsonLiteral>LiteralParser. all(JsonSource source, PathMatcher matcher)All literals with mathed path.static List<String>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 JsonValueJsonParser. parse(JsonSource source)Parse json from source. -
Uses of JsonSource in sk.antons.json.parse.traversal
Methods in sk.antons.json.parse.traversal with parameters of type JsonSource Modifier and Type Method Description static TraversalParserTraversalParser. instance(JsonSource source, JsonContentHandler handler)Constructors in sk.antons.json.parse.traversal with parameters of type JsonSource Constructor Description TraversalParser(JsonSource source, JsonContentHandler handler) -
Uses of JsonSource in sk.antons.json.source
Classes in sk.antons.json.source that implement JsonSource Modifier and Type Class Description classReaderSourceJson source created from ReaderclassStringSourceJson source provider created from string.
-