Generated by
JDiff

Class org.springframework.test.web.client.match.JsonPathRequestMatchers

Added Methods
RequestMatcher doesNotHaveJsonPath() Evaluate the JSON path expression against the supplied {@code content} and assert that a value, including {@code null} values, does not exist at the given path.
RequestMatcher hasJsonPath() Evaluate the JSON path expression against the response content and assert that a value, possibly {@code null}, exists.