Uses of Interface
com.jayway.jsonpath.ReadContext
Packages that use ReadContext
-
Uses of ReadContext in com.jayway.jsonpath
Subinterfaces of ReadContext in com.jayway.jsonpathMethods in com.jayway.jsonpath that return ReadContextModifier and TypeMethodDescriptionReadContext.limit
(int maxResults) Stops evaluation when maxResults limit has been reachedReadContext.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 ReadContextMethods in com.jayway.jsonpath.internal that return ReadContextModifier and TypeMethodDescriptionJsonContext.limit
(int maxResults) JsonContext.withListeners
(EvaluationListener... listener)