Interface ResourceAwareItemReaderItemStream<T>
- All Superinterfaces:
ItemReader<T>
,ItemStream
,ItemStreamReader<T>
- All Known Implementing Classes:
FlatFileItemReader
,JsonItemReader
,LdifReader
,MappingLdifReader
,StaxEventItemReader
- Author:
- Robert Kasanicky
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setResource
(org.springframework.core.io.Resource resource) Methods inherited from interface org.springframework.batch.item.ItemReader
read
Methods inherited from interface org.springframework.batch.item.ItemStream
close, open, update
-
Method Details
-
setResource
void setResource(org.springframework.core.io.Resource resource)
-