Generated by
JDiff

Class org.springframework.test.util.JsonPathExpectationsHelper

Added Methods
void doesNotHaveJsonPath(String) 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.
void hasJsonPath(String) Evaluate the JSON path expression against the supplied {@code content} and assert that a value, possibly {@code null}, exists.