Uses of Interface
com.jayway.jsonpath.ParseContext
-
Packages that use ParseContext Package Description com.jayway.jsonpath com.jayway.jsonpath.internal -
-
Uses of ParseContext in com.jayway.jsonpath
Methods in com.jayway.jsonpath that return ParseContext Modifier and Type Method Description static ParseContext
JsonPath. using(Configuration configuration)
Creates aParseContext
that can be used to parse a given JSON input.static ParseContext
JsonPath. using(JsonProvider provider)
Deprecated. -
Uses of ParseContext in com.jayway.jsonpath.internal
Classes in com.jayway.jsonpath.internal that implement ParseContext Modifier and Type Class Description class
JsonContext
-