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 ParseContextJsonPath. using(Configuration configuration)Creates aParseContextthat can be used to parse a given JSON input.static ParseContextJsonPath. 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 classJsonContext
-