Uses of Class
org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
-
Uses of AvroItemReaderBuilder in org.springframework.batch.item.avro.builder
Modifier and TypeMethodDescriptionAvroItemReaderBuilder.currentItemCount
(int currentItemCount) Index for the current item.AvroItemReaderBuilder.embeddedSchema
(boolean embeddedSchema) Disable or enable reading an embedded Avro schema.AvroItemReaderBuilder.maxItemCount
(int maxItemCount) Configure the max number of items to be read.The name used to calculate the key within theExecutionContext
.AvroItemReaderBuilder.resource
(org.springframework.core.io.Resource resource) Configure aResource
containing Avro serialized objects.AvroItemReaderBuilder.saveState
(boolean saveState) Configure if the state of theItemStreamSupport
should be persisted within theExecutionContext
for restart purposes.Configure an AvroSchema
from a String.AvroItemReaderBuilder.schema
(org.springframework.core.io.Resource schema) Configure an AvroSchema
from aResource
.Configure a type to be deserialized.