Class AbstractItemStreamItemWriter<T>
java.lang.Object
org.springframework.batch.item.ItemStreamSupport
org.springframework.batch.item.support.AbstractItemStreamItemWriter<T>
- All Implemented Interfaces:
ItemStream
,ItemStreamWriter<T>
,ItemWriter<T>
- Direct Known Subclasses:
AbstractFileItemWriter
,AvroItemWriter
,MultiResourceItemWriter
,StaxEventItemWriter
public abstract class AbstractItemStreamItemWriter<T>
extends ItemStreamSupport
implements ItemStreamWriter<T>
Base class for
ItemWriter
implementations.
This abstract writer is thread-safe.
- Author:
- Dave Syer, Mahmoud Ben Hassine
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.batch.item.ItemStreamSupport
close, getExecutionContextKey, getName, open, setExecutionContextName, setName, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.batch.item.ItemStream
close, open, update
Methods inherited from interface org.springframework.batch.item.ItemWriter
write
-
Constructor Details
-
AbstractItemStreamItemWriter
public AbstractItemStreamItemWriter()
-