Uses of Class
org.springframework.batch.infrastructure.item.support.AbstractItemStreamItemWriter
Packages that use AbstractItemStreamItemWriter
Package
Description
Avro related reader and writer.
Infrastructure implementations of io file concerns.
Infrastructure implementations of JSON input and output.
Internal support package
Infrastructure implementations of xml input and output.
-
Uses of AbstractItemStreamItemWriter in org.springframework.batch.infrastructure.item.avro
Modifier and TypeClassDescriptionclassAnItemWriterthat serializes data to anWritableResourceusing Avro. -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.infrastructure.item.file
Modifier and TypeClassDescriptionclassThis class is an item writer that writes data to a file or stream.classWraps aResourceAwareItemWriterItemStreamand creates a new output resource when the count of items written in current resource exceedsMultiResourceItemWriter.setItemCountLimitPerResource(int). -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.infrastructure.item.json
Modifier and TypeClassDescriptionclassItem writer that writes data in json format to an output file. -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.infrastructure.item.support
Modifier and TypeClassDescriptionclassBase class for item writers that write data to a file or stream. -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.infrastructure.item.xml
Modifier and TypeClassDescriptionclassAn implementation ofItemWriterwhich uses StAX andMarshallerfor serializing object to XML.