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 - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanReadValue(TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canWriteValue, getType, isAssignable, readValue, readValueMethods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformatMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.client.variable.impl.ValueMapper
convertToTypedValue, writeValue 
- 
Constructor Details
- 
NumberValueMapper
 
 - 
 - 
Method Details
- 
canReadValue
- Overrides:
 canReadValuein classPrimitiveValueMapper<T extends PrimitiveValue<?>>
 
 -