Uses of Interface
org.springframework.batch.core.JobParametersValidator
Packages that use JobParametersValidator
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions.
Specific implementations of configuration concerns.
Parsers for XML based configuration
Specific implementations of job concerns.
Job and flow level builders for java based configuration of batch jobs
-
Uses of JobParametersValidator in org.springframework.batch.core
Methods in org.springframework.batch.core that return JobParametersValidatorModifier and TypeMethodDescriptiondefault JobParametersValidatorA validator for the job parameters of aJobExecution. -
Uses of JobParametersValidator in org.springframework.batch.core.configuration.support
Methods in org.springframework.batch.core.configuration.support that return JobParametersValidator -
Uses of JobParametersValidator in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type JobParametersValidatorModifier and TypeMethodDescriptionvoidJobParserJobFactoryBean.setJobParametersValidator(JobParametersValidator jobParametersValidator) Set theJobParametersValidatorfor the factory bean. -
Uses of JobParametersValidator in org.springframework.batch.core.job
Classes in org.springframework.batch.core.job that implement JobParametersValidatorModifier and TypeClassDescriptionclassCompositeJobParametersValidatorthat passes the job parameters through a sequence of injectedJobParametersValidatorsclassDefault implementation ofJobParametersValidator.Methods in org.springframework.batch.core.job that return JobParametersValidatorMethods in org.springframework.batch.core.job with parameters of type JobParametersValidatorModifier and TypeMethodDescriptionvoidAbstractJob.setJobParametersValidator(JobParametersValidator jobParametersValidator) A validator for job parameters.Method parameters in org.springframework.batch.core.job with type arguments of type JobParametersValidatorModifier and TypeMethodDescriptionvoidCompositeJobParametersValidator.setValidators(List<JobParametersValidator> validators) Public setter for the validators -
Uses of JobParametersValidator in org.springframework.batch.core.job.builder
Methods in org.springframework.batch.core.job.builder that return JobParametersValidatorModifier and TypeMethodDescriptionJobBuilderHelper.CommonJobProperties.getJobParametersValidator()Methods in org.springframework.batch.core.job.builder with parameters of type JobParametersValidatorModifier and TypeMethodDescriptionvoidJobBuilderHelper.CommonJobProperties.setJobParametersValidator(JobParametersValidator jobParametersValidator) JobBuilderHelper.validator(JobParametersValidator jobParametersValidator) Add a job parameters validator.