Uses of Interface
org.springframework.batch.item.ItemStreamWriter
Packages that use ItemStreamWriter
Package
Description
Components for executing item processing asynchronously and writing the results when
processing is complete.
Infrastructure implementations of io file concerns.
Infrastructure implementations of JSON input and output.
Internal support package
Builders for support classes.
Infrastructure implementations of xml input and output.
-
Uses of ItemStreamWriter in org.springframework.batch.integration.async
Classes in org.springframework.batch.integration.async that implement ItemStreamWriter -
Uses of ItemStreamWriter in org.springframework.batch.item.avro
Classes in org.springframework.batch.item.avro that implement ItemStreamWriterModifier and TypeClassDescriptionclass
AnItemWriter
that serializes data to anWritableResource
using Avro. -
Uses of ItemStreamWriter in org.springframework.batch.item.file
Subinterfaces of ItemStreamWriter in org.springframework.batch.item.fileModifier and TypeInterfaceDescriptioninterface
Classes in org.springframework.batch.item.file that implement ItemStreamWriterModifier 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 ItemStreamWriter in org.springframework.batch.item.json
Classes in org.springframework.batch.item.json that implement ItemStreamWriterModifier and TypeClassDescriptionclass
Item writer that writes data in json format to an output file. -
Uses of ItemStreamWriter in org.springframework.batch.item.support
Classes in org.springframework.batch.item.support that implement ItemStreamWriterModifier and TypeClassDescriptionclass
Base class for item writers that write data to a file or stream.class
Base class forItemWriter
implementations.class
Calls a collection ofItemWriter
s in fixed-order sequence.
The implementation is thread-safe if all delegates are thread-safe.class
AnItemStreamWriter
decorator with a synchronizedwrite()
method.Methods in org.springframework.batch.item.support with parameters of type ItemStreamWriterModifier and TypeMethodDescriptionvoid
SynchronizedItemStreamWriter.setDelegate
(ItemStreamWriter<T> delegate) Set the delegateItemStreamWriter
. -
Uses of ItemStreamWriter in org.springframework.batch.item.support.builder
Methods in org.springframework.batch.item.support.builder with parameters of type ItemStreamWriterModifier and TypeMethodDescriptionSynchronizedItemStreamWriterBuilder.delegate
(ItemStreamWriter<T> delegate) Set the delegateItemStreamWriter
. -
Uses of ItemStreamWriter in org.springframework.batch.item.xml
Classes in org.springframework.batch.item.xml that implement ItemStreamWriterModifier and TypeClassDescriptionclass
An implementation ofItemWriter
which uses StAX andMarshaller
for serializing object to XML.