Interface ScdfJobParametersConverter
- All Known Implementing Classes:
ScdfDefaultJobParametersConverter
,ScdfJsonJobParametersConverter
public interface ScdfJobParametersConverter
Provides methods to serialize a Spring Batch
JobParameter
to the proper format.-
Method Summary
Modifier and TypeMethodDescriptiondeserializeJobParameter
(org.springframework.batch.core.JobParameter jobParameter) Serializes a Spring BatchJobParameter
to the proper format.
-
Method Details
-
deserializeJobParameter
Serializes a Spring BatchJobParameter
to the proper format.- Parameters:
jobParameter
- to be serialized- Returns:
- Serialized job parameter
-