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 org.springframework.batch.infrastructure.item.ItemStreamSupport
getExecutionContextKey, getName, setBeanName, setExecutionContextName, setName
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.infrastructure.item.ItemStream
close, open, update
Methods inherited from interface org.springframework.batch.infrastructure.item.ItemWriter
write
-
Constructor Details
-
AbstractItemStreamItemWriter
public AbstractItemStreamItemWriter()
-