Uses of Package
org.springframework.batch.item.file
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
Infrastructure implementations of io file support mapping concerns.
Infrastructure implementations of JSON input and output.
Builders for JSON item reader and writer.
This package contains the classes required for using the LdifParser in Spring LDAP.
Internal support package
Infrastructure implementations of xml input and output.
-
ClassDescriptionA factory strategy for custom extensions of
BufferedReader
allowing customisation of the standard behaviour of thejava.io
variety.Callback interface for handling a line from file.Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects on a per line basis.Strategy interface for translating resource index into unique filename suffix. -
ClassDescriptionA factory strategy for custom extensions of
BufferedReader
allowing customisation of the standard behaviour of thejava.io
variety.Callback interface for writing a footer to a file.Callback interface for writing a header to a file.RestartableItemReader
that reads lines from inputFlatFileItemReader.setResource(Resource)
.This class is an item writer that writes data to a file or stream.Callback interface for handling a line from file.Interface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects on a per line basis.Reads items from multiple resources sequentially - resource list is given byMultiResourceItemReader.setResources(Resource[])
, the actual reading is delegated toMultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream)
.Wraps aResourceAwareItemWriterItemStream
and creates a new output resource when the count of items written in current resource exceedsMultiResourceItemWriter.setItemCountLimitPerResource(int)
.Strategy interface for translating resource index into unique filename suffix. -
ClassDescriptionInterface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects on a per line basis.
-
ClassDescription
-
ClassDescriptionCallback interface for writing a footer to a file.Callback interface for writing a header to a file.
-
ClassDescription
-
ClassDescriptionCallback interface for writing a footer to a file.Callback interface for writing a header to a file.
-
ClassDescription