Package org.springframework.test.json
Class JsonContent
java.lang.Object
org.springframework.test.json.JsonContent
- All Implemented Interfaces:
org.assertj.core.api.AssertProvider<JsonContentAssert>
public final class JsonContent
extends Object
implements org.assertj.core.api.AssertProvider<JsonContentAssert>
- Since:
- 6.2
- Author:
- Phillip Webb, Diego Berrueta
-
Method Details
-
assertThat
Use AssertJ'sassertThat
instead.- Specified by:
assertThat
in interfaceorg.assertj.core.api.AssertProvider<JsonContentAssert>
-
getJson
Return the actual JSON content string.- Returns:
- the JSON content
-
toString
-