public class CheckpointIdPathParameter extends MessagePathParameter<Long>
Long
.MessageParameter.MessageParameterRequisiteness
Modifier | Constructor and Description |
---|---|
protected |
CheckpointIdPathParameter() |
Modifier and Type | Method and Description |
---|---|
protected Long |
convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(Long value)
Converts the given value to its string representation.
|
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
public static final String KEY
protected Long convertFromString(String value) throws ConversionException
MessageParameter
convertFromString
in class MessageParameter<Long>
value
- string representation of parameter valueConversionException
protected String convertToString(Long value)
MessageParameter
convertToString
in class MessageParameter<Long>
value
- parameter valueCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.