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
Constructors Constructor Description NumberValueMapper(PrimitiveValueType valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
NumberValueMapper
public NumberValueMapper(PrimitiveValueType valueType)
-
-
Method Detail
-
canReadValue
protected boolean canReadValue(TypedValueField typedValueField)
- Overrides:
canReadValue
in classPrimitiveValueMapper<T extends PrimitiveValue<?>>
-
-