Class JobParameterEvent
java.lang.Object
org.springframework.cloud.task.batch.listener.support.JobParameterEvent
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 Summary
-
Method Summary
-
Constructor Details
-
JobParameterEvent
public JobParameterEvent() -
JobParameterEvent
public JobParameterEvent(org.springframework.batch.core.JobParameter jobParameter)
-
-
Method Details