Package org.springframework.batch.core.job
@NonNullApi
package org.springframework.batch.core.job
Specific implementations of job concerns.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionAbstract implementation of the
Job
interface.CompositeJobParametersValidator
that passes the job parameters through a sequence of injectedJobParametersValidator
sDefault implementation ofJobParametersValidator
.Simple implementation ofJob
interface providing the ability to run aJobExecution
.Implementation ofStepHandler
that manages repository and restart concerns.