Uses of Interface
org.springframework.batch.item.file.ResourceAwareItemReaderItemStream
Packages that use 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
Classes in org.springframework.batch.item.file that implement ResourceAwareItemReaderItemStreamModifier and TypeClassDescriptionclass
RestartableItemReader
that reads lines from inputFlatFileItemReader.setResource(Resource)
.Methods in org.springframework.batch.item.file with parameters of type ResourceAwareItemReaderItemStreamModifier and TypeMethodDescriptionvoid
MultiResourceItemReader.setDelegate
(ResourceAwareItemReaderItemStream<? extends T> delegate) -
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.file.builder
Methods in org.springframework.batch.item.file.builder with parameters of type ResourceAwareItemReaderItemStreamModifier 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
Classes in org.springframework.batch.item.json that implement ResourceAwareItemReaderItemStreamModifier and TypeClassDescriptionclass
ItemStreamReader
implementation that reads Json objects from aResource
having the following format: -
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.ldif
Classes in org.springframework.batch.item.ldif that implement ResourceAwareItemReaderItemStreamModifier and TypeClassDescriptionclass
class
-
Uses of ResourceAwareItemReaderItemStream in org.springframework.batch.item.xml
Classes in org.springframework.batch.item.xml that implement ResourceAwareItemReaderItemStreamModifier and TypeClassDescriptionclass
Item reader for reading XML input based on StAX.