Uses of Package
org.springframework.batch.item
Packages that use org.springframework.batch.item
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Parsers for XML based configuration
Specific implementations of job concerns.
Generic implementations of core batch listener interfaces.
Implementation of common partition components.
Specific implementations of dao concerns.
Specific implementations of step concerns.
Step level builders for java based job configuration.
Factories for step level components.
Specific implementations of step concerns for item-oriented approach.
Interfaces and generic implementations of tasklet concerns.
Components for executing item processing asynchronously and writing the results when
processing is complete.
Components for remote chunking.
Infrastructure interfaces and primary dependencies for item concerns.
Adapters for Plain Old Java Objects.
AMQP related batch components.
Spring Data related readers and writers.
Infrastructure implementations of database based item readers and writers.
Infrastructure implementations of io file concerns.
Adapters for
java.util.function
components.JMS based reader/writer and related components.
Infrastructure implementations of JSON input and output.
Apache Kafka related readers and writers
This package contains the classes required for using the LdifParser in Spring LDAP.
Java Mail based components.
JavaMail related components.
Internal support package
Builders for support classes.
Infrastructure implementations of item validator concerns.
Infrastructure implementations of xml input and output.
Utility classes for batch job/step testing.
-
Classes in org.springframework.batch.item used by org.springframework.batch.coreClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
. -
Classes in org.springframework.batch.item used by org.springframework.batch.core.configuration.xmlClassDescriptionInterface for item transformation.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.job
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.listenerClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.partition.support
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.repository.dao
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.step
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.step.builderClassDescriptionInterface for item transformation.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.step.factoryClassDescriptionInterface for item transformation.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.core.step.itemClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Interface for item transformation.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Exception representing any errors encountered while processing a stream.Empty method implementation ofItemStream
.Basic interface for generic output operations. -
Classes in org.springframework.batch.item used by org.springframework.batch.core.step.taskletClassDescriptionObject representing a context for an
ItemStream
.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur. -
Classes in org.springframework.batch.item used by org.springframework.batch.integration.asyncClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Interface for item transformation.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Exception representing any errors encountered while processing a stream.Convenience interface that combinesItemStream
andItemWriter
.Basic interface for generic output operations. -
Classes in org.springframework.batch.item used by org.springframework.batch.integration.chunkClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Interface for item transformation.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Exception representing any errors encountered while processing a stream.Basic interface for generic output operations.A base exception class that all exceptions thrown from anItemWriter
extend. -
Classes in org.springframework.batch.item used by org.springframework.batch.itemClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Special iterator for a chunk providing the
Chunk.ChunkIterator.remove(Throwable)
method for dynamically removing an item and adding it to the skips.Object representing a context for anItemStream
.Strategy interface for providing the data.A base exception class that all exceptions thrown from anItemReader
extend.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Exception representing any errors encountered while processing a stream.Basic interface for generic output operations.A base exception class that all exceptions thrown from anItemWriter
extend.Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal.Exception indicating that an error has been encountered parsing IO, typically from a file.Wrapper for an item and its exception if it failed processing.Used to signal an unexpected end of an input or message stream. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.adapterClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Interface for item transformation.Strategy interface for providing the data.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.item.amqpClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Strategy interface for providing the data.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.item.avroClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Convenience interface that combinesItemStream
andItemReader
.Empty method implementation ofItemStream
.Convenience interface that combinesItemStream
andItemWriter
.Basic interface for generic output operations. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.dataClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Convenience interface that combines
ItemStream
andItemReader
.Empty method implementation ofItemStream
.Basic interface for generic output operations.A base class to implement anyItemWriter
that writes to a key value store using aConverter
to derive a key from an item -
Classes in org.springframework.batch.item used by org.springframework.batch.item.databaseClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Exception representing any errors encountered while processing a stream.Convenience interface that combinesItemStream
andItemReader
.Empty method implementation ofItemStream
.Basic interface for generic output operations. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.fileClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Strategy interface for providing the data.A base exception class that all exceptions thrown from anItemReader
extend.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Exception representing any errors encountered while processing a stream.Convenience interface that combinesItemStream
andItemReader
.Empty method implementation ofItemStream
.Convenience interface that combinesItemStream
andItemWriter
.Basic interface for generic output operations.Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal.Exception indicating that an error has been encountered parsing IO, typically from a file.Used to signal an unexpected end of an input or message stream. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.function
-
Classes in org.springframework.batch.item used by org.springframework.batch.item.jmsClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Strategy interface for providing the data.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.item.jsonClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Convenience interface that combines
ItemStream
andItemReader
.Empty method implementation ofItemStream
.Convenience interface that combinesItemStream
andItemWriter
.Basic interface for generic output operations. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.kafkaClassDescriptionObject representing a context for an
ItemStream
.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Convenience interface that combinesItemStream
andItemReader
.Empty method implementation ofItemStream
.Basic interface for generic output operations.A base class to implement anyItemWriter
that writes to a key value store using aConverter
to derive a key from an item -
Classes in org.springframework.batch.item used by org.springframework.batch.item.ldifClassDescriptionStrategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Convenience interface that combines
ItemStream
andItemReader
.Empty method implementation ofItemStream
. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.mailClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.item.mail.javamailClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Basic interface for generic output operations.
-
Classes in org.springframework.batch.item used by org.springframework.batch.item.supportClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Interface for item transformation.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Exception representing any errors encountered while processing a stream.Convenience interface that combinesItemStream
andItemReader
.Empty method implementation ofItemStream
.Convenience interface that combinesItemStream
andItemWriter
.Basic interface for generic output operations.Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal.Exception indicating that an error has been encountered parsing IO, typically from a file.A specialisation ofItemReader
that allows the user to look ahead into the stream of items.Used to signal an unexpected end of an input or message stream. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.support.builderClassDescriptionInterface for item transformation.Strategy interface for providing the data.Convenience interface that combines
ItemStream
andItemReader
.Convenience interface that combinesItemStream
andItemWriter
.Basic interface for generic output operations. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.validatorClassDescriptionInterface for item transformation.A base exception class that all exceptions thrown from an
ItemReader
extend. -
Classes in org.springframework.batch.item used by org.springframework.batch.item.xmlClassDescriptionEncapsulation of a list of items to be processed and possibly a list of failed items to be skipped.Object representing a context for an
ItemStream
.Strategy interface for providing the data.Marker interface defining a contract for periodically storing state and restoring from that state should an error occur.Convenience interface that combinesItemStream
andItemReader
.Empty method implementation ofItemStream
.Convenience interface that combinesItemStream
andItemWriter
.Basic interface for generic output operations.Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal. -
Classes in org.springframework.batch.item used by org.springframework.batch.test