Class JsonPathAssertions
java.lang.Object
org.springframework.test.web.reactive.server.JsonPathAssertions
JsonPath assertions.
- Since:
- 5.0
- Author:
- Rossen Stoyanchev
- See Also:
- 
Method Summary
- 
Method Details- 
isEqualTo
- 
exists
- 
doesNotExist
- 
isEmpty
- 
isNotEmpty
- 
hasJsonPath- Since:
- 5.0.3
 
- 
doesNotHaveJsonPath- Since:
- 5.0.3
 
- 
isBoolean
- 
isNumber
- 
isArray
- 
isMap
- 
valueDelegates toJsonPathExpectationsHelper.assertValue(String, Matcher).- Since:
- 5.1
 
- 
value- Since:
- 5.1
 
- 
valueConsume the result of the JSONPath evaluation.- Since:
- 5.1
 
- 
valueConsume the result of the JSONPath evaluation and provide a target class.- Since:
- 5.1
 
- 
equals
- 
hashCodepublic int hashCode()
 
-