Class ScdfDefaultJobParametersConverter

java.lang.Object
org.springframework.batch.core.converter.DefaultJobParametersConverter
org.springframework.cloud.dataflow.server.service.impl.ScdfDefaultJobParametersConverter
All Implemented Interfaces:
org.springframework.batch.core.converter.JobParametersConverter, ScdfJobParametersConverter

public class ScdfDefaultJobParametersConverter extends org.springframework.batch.core.converter.DefaultJobParametersConverter implements ScdfJobParametersConverter
Provides methods to serialize a Spring Batch JobParameter to the Spring Batch's default format.
  • Field Summary

    Fields inherited from class org.springframework.batch.core.converter.DefaultJobParametersConverter

    conversionService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    deserializeJobParameter(org.springframework.batch.core.JobParameter jobParameter)
    Serializes a Spring Batch JobParameter to the proper format.

    Methods inherited from class org.springframework.batch.core.converter.DefaultJobParametersConverter

    decode, encode, getJobParameters, getProperties, setConversionService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScdfDefaultJobParametersConverter

      public ScdfDefaultJobParametersConverter()
  • Method Details

    • deserializeJobParameter

      public String deserializeJobParameter(org.springframework.batch.core.JobParameter jobParameter)
      Description copied from interface: ScdfJobParametersConverter
      Serializes a Spring Batch JobParameter to the proper format.
      Specified by:
      deserializeJobParameter in interface ScdfJobParametersConverter
      Parameters:
      jobParameter - to be serialized
      Returns:
      Serialized job parameter