Uses of Interface
org.springframework.batch.core.converter.JobParametersConverter
Packages that use JobParametersConverter
Package
Description
Support classes for implementations of the batch APIs.
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of JobParametersConverter in org.springframework.batch.core.converter
Classes in org.springframework.batch.core.converter that implement JobParametersConverterModifier and TypeClassDescriptionclassConverter forJobParametersinstances using a simple naming convention for property keys. -
Uses of JobParametersConverter in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type JobParametersConverterModifier and TypeMethodDescriptionvoidCommandLineJobRunner.setJobParametersConverter(JobParametersConverter jobParametersConverter) Injection setter forJobParametersConverter.voidSimpleJobOperator.setJobParametersConverter(JobParametersConverter jobParametersConverter) Public setter for theJobParametersConverter.