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>
- 
Field Summary
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconvertToTypedValue(UntypedValueImpl untypedValue) readValue(TypedValueField typedValueField) voidwriteValue(JsonValue jsonValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMapper
canReadValue, canWriteValue, getType, isAssignable, readValueMethods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat 
- 
Constructor Details
- 
JsonValueMapper
public JsonValueMapper() 
 - 
 - 
Method Details
- 
convertToTypedValue
 - 
writeValue
 - 
readValue
- Specified by:
 readValuein classPrimitiveValueMapper<JsonValue>
 
 -