Modifier and Type |
Method and Description |
WebTestClient.BodyContentSpec |
doesNotExist()
|
WebTestClient.BodyContentSpec |
doesNotHaveJsonPath()
|
boolean |
equals(Object obj) |
WebTestClient.BodyContentSpec |
exists()
|
int |
hashCode() |
WebTestClient.BodyContentSpec |
hasJsonPath()
|
WebTestClient.BodyContentSpec |
isArray()
|
WebTestClient.BodyContentSpec |
isBoolean()
|
WebTestClient.BodyContentSpec |
isEmpty()
|
WebTestClient.BodyContentSpec |
isEqualTo(Object expectedValue)
|
WebTestClient.BodyContentSpec |
isMap()
|
WebTestClient.BodyContentSpec |
isNotEmpty()
|
WebTestClient.BodyContentSpec |
isNumber()
|
<T> WebTestClient.BodyContentSpec |
value(Consumer<T> consumer)
Consume the result of the JSONPath evaluation.
|
<T> WebTestClient.BodyContentSpec |
value(Consumer<T> consumer,
Class<T> targetType)
Consume the result of the JSONPath evaluation and provide a target class.
|
<T> WebTestClient.BodyContentSpec |
value(Matcher<? super T> matcher)
|
<T> WebTestClient.BodyContentSpec |
value(Matcher<? super T> matcher,
Class<T> targetType)
|