java.lang.Object
org.springframework.cloud.task.batch.listener.support.JobParameterEvent

public class JobParameterEvent extends Object
This is a JobParameter DTO created so that a JobParameter can be serialized into Json without having to add mixins to an ObjectMapper.
Author:
Glenn Renfro
  • Constructor Details

    • JobParameterEvent

      public JobParameterEvent()
    • JobParameterEvent

      public JobParameterEvent(org.springframework.batch.core.JobParameter jobParameter)
  • Method Details

    • isIdentifying

      public boolean isIdentifying()
    • getValue

      public Object getValue()
      Returns:
      the value contained within this JobParameter.
    • getType

      Returns:
      a ParameterType representing the type of this parameter.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object