Uses of Interface
io.zenwave360.jsonrefparser.parser.ExtendedJsonContext
-
Packages that use ExtendedJsonContext Package Description io.zenwave360.jsonrefparser io.zenwave360.jsonrefparser.parser -
-
Uses of ExtendedJsonContext in io.zenwave360.jsonrefparser
Fields in io.zenwave360.jsonrefparser declared as ExtendedJsonContext Modifier and Type Field Description ExtendedJsonContext
$Refs. jsonContext
Methods in io.zenwave360.jsonrefparser with parameters of type ExtendedJsonContext Modifier and Type Method Description void
$Refs. addJsonContext(URL url, ExtendedJsonContext jsonContext)
Constructors in io.zenwave360.jsonrefparser with parameters of type ExtendedJsonContext Constructor Description $Refs(ExtendedJsonContext jsonContext)
$Refs(ExtendedJsonContext jsonContext, URL file)
-
Uses of ExtendedJsonContext in io.zenwave360.jsonrefparser.parser
Methods in io.zenwave360.jsonrefparser.parser that return ExtendedJsonContext Modifier and Type Method Description static ExtendedJsonContext
ExtendedJsonContext. of(com.jayway.jsonpath.DocumentContext jsonContext, Map<String,org.apache.commons.lang3.tuple.Pair<com.fasterxml.jackson.core.JsonLocation,com.fasterxml.jackson.core.JsonLocation>> locations)
Creates a dynamic proxy for the givenDocumentContext
adding getJsonLocationsContext method.static ExtendedJsonContext
Parser. parse(File file)
static ExtendedJsonContext
Parser. parse(InputStream inputStream)
static ExtendedJsonContext
Parser. parse(String content)
-