Uses of Record Class
org.springframework.batch.core.repository.persistence.JobParameter
Packages that use JobParameter
Package
Description
This package contains the classes of the persistence model.
-
Uses of JobParameter in org.springframework.batch.core.repository.persistence
Methods in org.springframework.batch.core.repository.persistence that return types with arguments of type JobParameterMethod parameters in org.springframework.batch.core.repository.persistence with type arguments of type JobParameterModifier and TypeMethodDescriptionvoidJobExecution.setJobParameters(Map<String, JobParameter<?>> jobParameters) -
Uses of JobParameter in org.springframework.batch.core.repository.persistence.converter
Methods in org.springframework.batch.core.repository.persistence.converter that return JobParameterModifier and TypeMethodDescription<T> JobParameter<T>JobParameterConverter.fromJobParameter(JobParameter<T> source) Methods in org.springframework.batch.core.repository.persistence.converter with parameters of type JobParameterModifier and TypeMethodDescription<T> JobParameter<T>JobParameterConverter.toJobParameter(JobParameter<T> source)