See: Description
| Class | Description |
|---|---|
| ExecutionContextJacksonMixIn |
Jackson MixIn for the JSON serialization of the
ExecutionContext class, which is used by the
StepExecution class. |
| JobLaunchingJobRepository |
This
JobRepository implementation
provides the same functionality as Spring Batch's
SimpleJobRepository however
it does not re-hydrate a ExecutionContext when
querying for a JobExecution or a
StepExecution. |
| JobLaunchingJobRepositoryFactoryBean |
A
FactoryBean for creating an instance of
JobLaunchingJobRepository |
| StepExecutionJacksonMixIn |
Jackson MixIn for
StepExecution serialization. |