クラスの使用
org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
AvroItemReaderBuilder を使用するパッケージ
org.springframework.batch.item.avro.builder 内の AvroItemReaderBuilder 使用
修飾子と型メソッド説明AvroItemReaderBuilder.currentItemCount(int currentItemCount) 現在のアイテムのインデックス。AvroItemReaderBuilder.embeddedSchema(boolean embeddedSchema) 埋め込まれた Avro スキーマの読み取りを無効または有効にします。AvroItemReaderBuilder.maxItemCount(int maxItemCount) 読み込むアイテムの最大数を設定します。ExecutionContext内でキーを計算するために使用される名前。AvroItemReaderBuilder.resource(org.springframework.core.io.Resource resource) Avro 直列化オブジェクトを含むResourceを構成します。AvroItemReaderBuilder.saveState(boolean saveState) 再起動のためにItemStreamSupportの状態をExecutionContext内に保持する必要があるかどうかを構成します。文字列から AvroSchemaを構成します。AvroItemReaderBuilder.schema(org.springframework.core.io.Resource schema) Resourceから AvroSchemaを構成します。デシリアライズする型を構成します。