Uses of Class
org.springframework.batch.item.avro.builder.AvroItemReaderBuilder
Packages that use AvroItemReaderBuilder
-
Uses of AvroItemReaderBuilder in org.springframework.batch.item.avro.builder
Methods in org.springframework.batch.item.avro.builder that return AvroItemReaderBuilderModifier 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 aResourcecontaining Avro serialized objects.AvroItemReaderBuilder.saveState(boolean saveState) Configure if the state of theItemStreamSupportshould be persisted within theExecutionContextfor restart purposes.Configure an AvroSchemafrom a String.AvroItemReaderBuilder.schema(org.springframework.core.io.Resource schema) Configure an AvroSchemafrom aResource.Configure a type to be deserialized.