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 interface
DocumentContext
Methods in com.jayway.jsonpath that return ReadContext Modifier and Type Method Description ReadContext
ReadContext. limit(int maxResults)
Stops evaluation when maxResults limit has been reachedReadContext
ReadContext. 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 class
JsonContext
Methods in com.jayway.jsonpath.internal that return ReadContext Modifier and Type Method Description ReadContext
JsonContext. limit(int maxResults)
ReadContext
JsonContext. withListeners(EvaluationListener... listener)
-