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 Type
    Method
    Description
    deserializeJobParameter(org.springframework.batch.core.JobParameter jobParameter)
    Serializes a Spring Batch JobParameter to the proper format.
  • Method Details

    • deserializeJobParameter

      String deserializeJobParameter(org.springframework.batch.core.JobParameter jobParameter)
      Serializes a Spring Batch JobParameter to the proper format.
      Parameters:
      jobParameter - to be serialized
      Returns:
      Serialized job parameter