Class NumberValueMapper<T extends PrimitiveValue<?>>
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<T>
- All Implemented Interfaces:
ValueMapper<T>
- Direct Known Subclasses:
DoubleValueMapper
,IntegerValueMapper
,LongValueMapper
,ShortValueMapper
public abstract class NumberValueMapper<T extends PrimitiveValue<?>>
extends PrimitiveValueMapper<T>
-
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canReadValue
(TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canWriteValue, getType, isAssignable, readValue, readValue
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.client.variable.impl.ValueMapper
convertToTypedValue, writeValue
-
Constructor Details
-
NumberValueMapper
-
-
Method Details
-
canReadValue
- Overrides:
canReadValue
in classPrimitiveValueMapper<T extends PrimitiveValue<?>>
-