Uses of Interface
org.springframework.batch.item.file.ResourceAwareItemWriterItemStream
Packages that use ResourceAwareItemWriterItemStream
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
Infrastructure implementations of JSON input and output.
Internal support package
Infrastructure implementations of xml input and output.
-
Uses of ResourceAwareItemWriterItemStream in org.springframework.batch.item.file
Classes in org.springframework.batch.item.file that implement ResourceAwareItemWriterItemStreamModifier and TypeClassDescriptionclass
This class is an item writer that writes data to a file or stream.Methods in org.springframework.batch.item.file with parameters of type ResourceAwareItemWriterItemStreamModifier and TypeMethodDescriptionvoid
MultiResourceItemWriter.setDelegate
(ResourceAwareItemWriterItemStream<? super T> delegate) Delegate used for actual writing of the output. -
Uses of ResourceAwareItemWriterItemStream in org.springframework.batch.item.file.builder
Methods in org.springframework.batch.item.file.builder with parameters of type ResourceAwareItemWriterItemStreamModifier and TypeMethodDescriptionMultiResourceItemWriterBuilder.delegate
(ResourceAwareItemWriterItemStream<? super T> delegate) Delegate used for actual writing of the output. -
Uses of ResourceAwareItemWriterItemStream in org.springframework.batch.item.json
Classes in org.springframework.batch.item.json that implement ResourceAwareItemWriterItemStreamModifier and TypeClassDescriptionclass
Item writer that writes data in json format to an output file. -
Uses of ResourceAwareItemWriterItemStream in org.springframework.batch.item.support
Classes in org.springframework.batch.item.support that implement ResourceAwareItemWriterItemStreamModifier and TypeClassDescriptionclass
Base class for item writers that write data to a file or stream. -
Uses of ResourceAwareItemWriterItemStream in org.springframework.batch.item.xml
Classes in org.springframework.batch.item.xml that implement ResourceAwareItemWriterItemStreamModifier and TypeClassDescriptionclass
An implementation ofItemWriter
which uses StAX andMarshaller
for serializing object to XML.