Interface ResourceAwareItemWriterItemStream<T>
- All Superinterfaces:
ItemStream
,ItemStreamWriter<T>
,ItemWriter<T>
- All Known Implementing Classes:
AbstractFileItemWriter
,FlatFileItemWriter
,JsonFileItemWriter
,StaxEventItemWriter
- Author:
- Robert Kasanicky
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setResource
(org.springframework.core.io.WritableResource resource) Methods inherited from interface org.springframework.batch.item.ItemStream
close, open, update
Methods inherited from interface org.springframework.batch.item.ItemWriter
write
-
Method Details
-
setResource
void setResource(org.springframework.core.io.WritableResource resource)
-