Class AbstractItemStreamItemWriter<T>
java.lang.Object
org.springframework.batch.infrastructure.item.ItemStreamSupport
org.springframework.batch.infrastructure.item.support.AbstractItemStreamItemWriter<T>
- All Implemented Interfaces:
ItemStream, ItemStreamWriter<T>, ItemWriter<T>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
- 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
Constructors -
Method Summary
Methods inherited from class ItemStreamSupport
getExecutionContextKey, getName, setBeanName, setExecutionContextName, setNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ItemStream
close, open, updateMethods inherited from interface ItemWriter
write
-
Constructor Details
-
AbstractItemStreamItemWriter
public AbstractItemStreamItemWriter()
-