Uses of Class
org.springframework.batch.item.support.AbstractItemStreamItemWriter
Packages that use AbstractItemStreamItemWriter
Package
Description
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.item.avro
Subclasses of AbstractItemStreamItemWriter in org.springframework.batch.item.avroModifier and TypeClassDescriptionclass
AnItemWriter
that serializes data to anWritableResource
using Avro. -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.item.file
Subclasses of AbstractItemStreamItemWriter in org.springframework.batch.item.fileModifier and TypeClassDescriptionclass
This class is an item writer that writes data to a file or stream.class
Wraps aResourceAwareItemWriterItemStream
and creates a new output resource when the count of items written in current resource exceedsMultiResourceItemWriter.setItemCountLimitPerResource(int)
. -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.item.json
Subclasses of AbstractItemStreamItemWriter in org.springframework.batch.item.jsonModifier and TypeClassDescriptionclass
Item writer that writes data in json format to an output file. -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.item.support
Subclasses of AbstractItemStreamItemWriter in org.springframework.batch.item.supportModifier and TypeClassDescriptionclass
Base class for item writers that write data to a file or stream. -
Uses of AbstractItemStreamItemWriter in org.springframework.batch.item.xml
Subclasses of AbstractItemStreamItemWriter in org.springframework.batch.item.xmlModifier and TypeClassDescriptionclass
An implementation ofItemWriter
which uses StAX andMarshaller
for serializing object to XML.