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) -
Uses of ReadContext in com.jayway.jsonpath.matchers
Fields in com.jayway.jsonpath.matchers with type parameters of type ReadContextModifier and TypeFieldDescriptionprivate final org.hamcrest.Matcher<? super ReadContext> IsJson.jsonMatcherMethods in com.jayway.jsonpath.matchers that return ReadContextMethods in com.jayway.jsonpath.matchers that return types with arguments of type ReadContextModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<? super ReadContext> JsonPathMatchers.withJsonPath(JsonPath jsonPath) static <T> org.hamcrest.Matcher<? super ReadContext> JsonPathMatchers.withJsonPath(JsonPath jsonPath, org.hamcrest.Matcher<T> resultMatcher) static org.hamcrest.Matcher<? super ReadContext> JsonPathMatchers.withJsonPath(String jsonPath, Predicate... filters) static <T> org.hamcrest.Matcher<? super ReadContext> JsonPathMatchers.withJsonPath(String jsonPath, org.hamcrest.Matcher<T> resultMatcher) static org.hamcrest.Matcher<? super ReadContext> JsonPathMatchers.withoutJsonPath(JsonPath jsonPath) static org.hamcrest.Matcher<? super ReadContext> JsonPathMatchers.withoutJsonPath(String jsonPath, Predicate... filters) Methods in com.jayway.jsonpath.matchers with parameters of type ReadContextModifier and TypeMethodDescriptionprotected voidWithJsonPath.describeMismatchSafely(ReadContext context, org.hamcrest.Description mismatchDescription) protected booleanWithJsonPath.matchesSafely(ReadContext context) protected booleanWithoutJsonPath.matchesSafely(ReadContext actual, org.hamcrest.Description mismatchDescription) Method parameters in com.jayway.jsonpath.matchers with type arguments of type ReadContextModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Object> JsonPathMatchers.isJson(org.hamcrest.Matcher<? super ReadContext> matcher) static org.hamcrest.Matcher<File> JsonPathMatchers.isJsonFile(org.hamcrest.Matcher<? super ReadContext> matcher) static org.hamcrest.Matcher<String> JsonPathMatchers.isJsonString(org.hamcrest.Matcher<? super ReadContext> matcher) Constructor parameters in com.jayway.jsonpath.matchers with type arguments of type ReadContext