Class RestoreJobParameterMarshaller


  • public class RestoreJobParameterMarshaller
    extends java.lang.Object
    Author:
    Daniel Bernstein Date: Oct 28, 2014
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​org.springframework.batch.core.JobParameter> marshal​(Restoration restoration)  
      static java.lang.String unmarshal​(org.springframework.batch.core.JobParameters parameters)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • marshal

        public static java.util.Map<java.lang.String,​org.springframework.batch.core.JobParameter> marshal​(Restoration restoration)
        Parameters:
        restoration -
        Returns:
        a map of job parameters to uniquely identify restoration job
      • unmarshal

        public static java.lang.String unmarshal​(org.springframework.batch.core.JobParameters parameters)