Uses of Class
org.springframework.batch.core.JobParameter
Packages that use JobParameter
Package
Description
Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions.
-
Uses of JobParameter in org.springframework.batch.core
Methods in org.springframework.batch.core that return types with arguments of type JobParameterModifier and TypeMethodDescriptionJobParameters.getParameters()
Get a map of all parameters, including string, long, and date.Methods in org.springframework.batch.core with parameters of type JobParameterModifier and TypeMethodDescriptionJobParametersBuilder.addParameter
(String key, JobParameter jobParameter) Add a newJobParameter
for the given key.Constructor parameters in org.springframework.batch.core with type arguments of type JobParameter