Uses of Package
org.springframework.batch.item.file
Packages that use 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.
-
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.fileClassDescriptionA 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. -
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.file.builderClassDescriptionA 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. -
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.file.mappingClassDescriptionInterface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objects on a per line basis.
-
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.jsonClassDescription
-
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.json.builderClassDescriptionCallback interface for writing a footer to a file.Callback interface for writing a header to a file.
-
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.ldifClassDescription
-
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.supportClassDescriptionCallback interface for writing a footer to a file.Callback interface for writing a header to a file.
-
Classes in org.springframework.batch.item.file used by org.springframework.batch.item.xmlClassDescription