Uses of Enum
org.springframework.cloud.task.batch.listener.support.JobParameterEvent.ParameterType
Packages that use JobParameterEvent.ParameterType
-
Uses of JobParameterEvent.ParameterType in org.springframework.cloud.task.batch.listener.support
Methods in org.springframework.cloud.task.batch.listener.support that return JobParameterEvent.ParameterTypeModifier and TypeMethodDescriptionJobParameterEvent.ParameterType.convert
(org.springframework.batch.core.JobParameter.ParameterType type) JobParameterEvent.getType()
Returns the enum constant of this type with the specified name.static JobParameterEvent.ParameterType[]
JobParameterEvent.ParameterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.