public class JsonPathAssertions extends Object
JsonPathExpectationsHelper
public WebTestClient.BodyContentSpec isEqualTo(Object expectedValue)
public WebTestClient.BodyContentSpec exists()
public WebTestClient.BodyContentSpec doesNotExist()
public WebTestClient.BodyContentSpec isEmpty()
public WebTestClient.BodyContentSpec isNotEmpty()
public WebTestClient.BodyContentSpec hasJsonPath()
public WebTestClient.BodyContentSpec doesNotHaveJsonPath()
public WebTestClient.BodyContentSpec isBoolean()
public WebTestClient.BodyContentSpec isNumber()
public WebTestClient.BodyContentSpec isArray()
public WebTestClient.BodyContentSpec isMap()
public <T> WebTestClient.BodyContentSpec value(Matcher<T> matcher)
JsonPathExpectationsHelper.assertValue(String, Matcher)
.public <T> WebTestClient.BodyContentSpec value(Matcher<T> matcher, Class<T> targetType)
public <T> WebTestClient.BodyContentSpec value(Consumer<T> consumer)
public <T> WebTestClient.BodyContentSpec value(Consumer<T> consumer, Class<T> targetType)