|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceAwareItemWriterItemStream | |
---|---|
org.springframework.batch.item.file | Infrastructure implementations of io file concerns. |
org.springframework.batch.item.xml | 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 ResourceAwareItemWriterItemStream | |
---|---|
class |
FlatFileItemWriter<T>
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 ResourceAwareItemWriterItemStream | |
---|---|
void |
MultiResourceItemWriter.setDelegate(ResourceAwareItemWriterItemStream<? super T> delegate)
Delegate used for actual writing of the output. |
Uses of ResourceAwareItemWriterItemStream in org.springframework.batch.item.xml |
---|
Classes in org.springframework.batch.item.xml that implement ResourceAwareItemWriterItemStream | |
---|---|
class |
StaxEventItemWriter<T>
An implementation of ItemWriter which uses StAX and
Marshaller for serializing object to XML. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |