Class LongValueMapper
- 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<LongValue>
-
- org.camunda.bpm.client.variable.impl.mapper.LongValueMapper
-
- All Implemented Interfaces:
ValueMapper<LongValue>
public class LongValueMapper extends NumberValueMapper<LongValue>
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
-
Constructor Summary
Constructors Constructor Description LongValueMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongValue
convertToTypedValue(UntypedValueImpl untypedValue)
LongValue
readValue(TypedValueField typedValueField)
void
writeValue(LongValue longValue, 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 LongValue convertToTypedValue(UntypedValueImpl untypedValue)
-
writeValue
public void writeValue(LongValue longValue, TypedValueField typedValueField)
-
readValue
public LongValue readValue(TypedValueField typedValueField)
- Specified by:
readValue
in classPrimitiveValueMapper<LongValue>
-
-