Uses of Interface
org.springframework.batch.item.file.ResourceAwareItemReaderItemStream
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
Infrastructure implementations of JSON input and output.
This package contains the classes required for using the LdifParser in Spring LDAP.
Infrastructure implementations of xml input and output.
-
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.file
Modifier and TypeClassDescriptionclass
RestartableItemReader
that reads lines from inputFlatFileItemReader.setResource(Resource)
.Modifier and TypeMethodDescriptionvoid
MultiResourceItemReader.setDelegate
(ResourceAwareItemReaderItemStream<? extends T> delegate) -
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.file.builder
Modifier and TypeMethodDescriptionMultiResourceItemReaderBuilder.delegate
(ResourceAwareItemReaderItemStream<? extends T> delegate) Establishes the delegate to use for reading the resources provided. -
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.json
Modifier and TypeClassDescriptionclass
ItemStreamReader
implementation that reads Json objects from aResource
having the following format: -
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.ldif
Modifier and TypeClassDescriptionclass
class
-
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.xml
Modifier and TypeClassDescriptionclass
Item reader for reading XML input based on StAX.