Package | Description |
---|---|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.support |
Internal support package
|
org.springframework.batch.item.xml |
Infrastructure implementations of xml input and output.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceAwareItemWriterItemStream<T>
|
Modifier and Type | Class and Description |
---|---|
class |
FlatFileItemWriter<T>
This class is an item writer that writes data to a file or stream.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeItemWriter<T>
Calls a collection of
ItemWriter s in fixed-order sequence.The implementation is thread-safe if all delegates are thread-safe. |
Modifier and Type | Class and Description |
---|---|
class |
StaxEventItemWriter<T>
An implementation of
ItemWriter which uses StAX and
Marshaller for serializing object to XML. |
Copyright © 2014 Pivotal. All rights reserved.