Class DoubleValueMapper
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<DoubleValue>
org.camunda.bpm.client.variable.impl.mapper.DoubleValueMapper
- All Implemented Interfaces:
ValueMapper<DoubleValue>
-
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToTypedValue
(UntypedValueImpl untypedValue) readValue
(TypedValueField typedValueField) void
writeValue
(DoubleValue doubleValue, 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
-
Constructor Details
-
DoubleValueMapper
public DoubleValueMapper()
-
-
Method Details
-
convertToTypedValue
-
writeValue
-
readValue
- Specified by:
readValue
in classPrimitiveValueMapper<DoubleValue>
-