Uses of Interface
com.jayway.jsonpath.ReadContext
-
Packages that use ReadContext Package Description com.jayway.jsonpath com.jayway.jsonpath.internal -
-
Uses of ReadContext in com.jayway.jsonpath
Subinterfaces of ReadContext in com.jayway.jsonpath Modifier and Type Interface Description interfaceDocumentContextMethods in com.jayway.jsonpath that return ReadContext Modifier and Type Method Description ReadContextReadContext. limit(int maxResults)Stops evaluation when maxResults limit has been reachedReadContextReadContext. withListeners(EvaluationListener... listener)Adds listener to the evaluation of this path -
Uses of ReadContext in com.jayway.jsonpath.internal
Classes in com.jayway.jsonpath.internal that implement ReadContext Modifier and Type Class Description classJsonContextMethods in com.jayway.jsonpath.internal that return ReadContext Modifier and Type Method Description ReadContextJsonContext. limit(int maxResults)ReadContextJsonContext. withListeners(EvaluationListener... listener)
-