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