Class ShortValueMapper
- java.lang.Object
-
- org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
-
- org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<T>
-
- org.camunda.bpm.client.variable.impl.mapper.NumberValueMapper<ShortValue>
-
- org.camunda.bpm.client.variable.impl.mapper.ShortValueMapper
-
- All Implemented Interfaces:
ValueMapper<ShortValue>
public class ShortValueMapper extends NumberValueMapper<ShortValue>
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
-
Constructor Summary
Constructors Constructor Description ShortValueMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortValue
convertToTypedValue(UntypedValueImpl untypedValue)
ShortValue
readValue(TypedValueField typedValueField)
void
writeValue(ShortValue shortValue, TypedValueField typedValueField)
-
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.NumberValueMapper
canReadValue
-
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canWriteValue, getType, isAssignable, readValue
-
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
-
-
-
Method Detail
-
convertToTypedValue
public ShortValue convertToTypedValue(UntypedValueImpl untypedValue)
-
writeValue
public void writeValue(ShortValue shortValue, TypedValueField typedValueField)
-
readValue
public ShortValue readValue(TypedValueField typedValueField)
- Specified by:
readValue
in classPrimitiveValueMapper<ShortValue>
-
-