クラス JsonContent
java.lang.ObjectSE
org.springframework.test.json.JsonContent
- 実装されたすべてのインターフェース:
org.assertj.core.api.AssertProvider<JsonContentAssert>
public final class JsonContent
extends ObjectSE
implements org.assertj.core.api.AssertProvider<JsonContentAssert>
- 導入:
- 6.2
- 作成者:
- Phillip Webb, Diego Berrueta
コンストラクターのサマリー
コンストラクター説明JsonContent
(StringSE json) 新しいJsonContent
インスタンスを作成します。JsonContent
(StringSE json, HttpMessageContentConverter contentConverter) コンテンツを逆直列化するために使用するメッセージコンバーターを使用して新しいJsonContent
インスタンスを作成します。方法の概要
コンストラクターの詳細
JsonContent
コンテンツを逆直列化するために使用するメッセージコンバーターを使用して新しいJsonContent
インスタンスを作成します。- パラメーター:
json
- 実際の JSON コンテンツcontentConverter
- 使用するコンテンツコンバーター
JsonContent
新しいJsonContent
インスタンスを作成します。- パラメーター:
json
- 実際の JSON コンテンツ
メソッドの詳細
assertThat
代わりに AssertJ のassertThat
を使用してください。- 次で指定:
- インターフェース
org.assertj.core.api.AssertProvider<JsonContentAssert>
のassertThat
getJson
実際の JSON コンテンツ文字列を返します。toString