インターフェースの使用
org.springframework.batch.item.json.JsonObjectMarshaller
JsonObjectMarshaller を使用するパッケージ
パッケージ
説明
JSON 入力および出力のインフラストラクチャ実装。
JSON アイテムリーダーおよびライターのビルダー。
org.springframework.batch.item.json 内の JsonObjectMarshaller 使用
JsonObjectMarshaller を実装している org.springframework.batch.item.json のクラス修飾子と型クラス説明classGoogle グソンを使用してオブジェクトを json 表現にマーシャリングする json オブジェクトマーシャラー。classJackson を使用してオブジェクトを json 表現にマーシャリングする json オブジェクトマーシャラー。型 JsonObjectMarshaller のパラメーターを持つ org.springframework.batch.item.json のメソッド修飾子と型メソッド説明voidJsonFileItemWriter.setJsonObjectMarshaller(JsonObjectMarshaller<T> jsonObjectMarshaller) オブジェクトを json にマーシャリングするために使用するJsonObjectMarshallerを設定します。型 JsonObjectMarshaller のパラメーターを持つ org.springframework.batch.item.json のコンストラクター修飾子コンストラクター説明JsonFileItemWriter(org.springframework.core.io.WritableResource resource, JsonObjectMarshaller<T> jsonObjectMarshaller) 新しいJsonFileItemWriterインスタンスを作成します。org.springframework.batch.item.json.builder 内の JsonObjectMarshaller 使用
型 JsonObjectMarshaller のパラメーターを持つ org.springframework.batch.item.json.builder のメソッド修飾子と型メソッド説明JsonFileItemWriterBuilder.jsonObjectMarshaller(JsonObjectMarshaller<T> jsonObjectMarshaller) オブジェクトを json にマーシャリングするために使用するJsonObjectMarshallerを設定します。