public class JobParameterEvent extends Object
JobParameter
can be serialized
into Json without having to add mixins to an ObjectMapper.Modifier and Type | Class and Description |
---|---|
static class |
JobParameterEvent.ParameterType
Enumeration representing the type of a JobParameter.
|
Constructor and Description |
---|
JobParameterEvent() |
JobParameterEvent(org.springframework.batch.core.JobParameter jobParameter) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
JobParameterEvent.ParameterType |
getType() |
Object |
getValue() |
int |
hashCode() |
boolean |
isIdentifying() |
String |
toString() |
public JobParameterEvent()
public JobParameterEvent(org.springframework.batch.core.JobParameter jobParameter)
public boolean isIdentifying()
public Object getValue()
public JobParameterEvent.ParameterType getType()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.