Interface ResourceAwareItemReaderItemStream<T>
- All Superinterfaces:
ItemReader<T>,ItemStream,ItemStreamReader<T>
- All Known Implementing Classes:
FlatFileItemReader,JsonItemReader,LdifReader,MappingLdifReader,StaxEventItemReader
public interface ResourceAwareItemReaderItemStream<T> extends ItemStreamReader<T>
- Author:
- Robert Kasanicky
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetResource(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