Class JsonValueMapper
- java.lang.Object
-
- org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<T>
-
- org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper<JsonValue>
-
- org.camunda.bpm.client.variable.impl.mapper.JsonValueMapper
-
- All Implemented Interfaces:
ValueMapper<JsonValue>
public class JsonValueMapper extends PrimitiveValueMapper<JsonValue>
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType
-
-
Constructor Summary
Constructors Constructor Description JsonValueMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonValue
convertToTypedValue(UntypedValueImpl untypedValue)
JsonValue
readValue(TypedValueField typedValueField)
void
writeValue(JsonValue jsonValue, TypedValueField typedValueField)
-
Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canReadValue, canWriteValue, getType, isAssignable, readValue
-
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
-
-
-
-
Method Detail
-
convertToTypedValue
public JsonValue convertToTypedValue(UntypedValueImpl untypedValue)
-
writeValue
public void writeValue(JsonValue jsonValue, TypedValueField typedValueField)
-
readValue
public JsonValue readValue(TypedValueField typedValueField)
- Specified by:
readValue
in classPrimitiveValueMapper<JsonValue>
-
-