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
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJsonContent(String json) Create a newJsonContentinstance.JsonContent(String json, @Nullable HttpMessageContentConverter contentConverter) Create a newJsonContentinstance with the message converter to use to deserialize content. - 
Method Summary
 
- 
Constructor Details
- 
JsonContent
Create a newJsonContentinstance with the message converter to use to deserialize content.- Parameters:
 json- the actual JSON contentcontentConverter- the content converter to use
 - 
JsonContent
Create a newJsonContentinstance.- Parameters:
 json- the actual JSON content
 
 - 
 - 
Method Details
- 
assertThat
Use AssertJ'sassertThatinstead.- Specified by:
 assertThatin interfaceorg.assertj.core.api.AssertProvider<JsonContentAssert>
 - 
getJson
Return the actual JSON content string. - 
toString
 
 -