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 SummaryFields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappervalueType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvertToTypedValue(UntypedValueImpl untypedValue) readValue(TypedValueField typedValueField) voidwriteValue(JsonValue jsonValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.mapper.PrimitiveValueMappercanReadValue, canWriteValue, getType, isAssignable, readValueMethods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappercanHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
- 
Constructor Details- 
JsonValueMapperpublic JsonValueMapper()
 
- 
- 
Method Details- 
convertToTypedValue
- 
writeValue
- 
readValue- Specified by:
- readValuein class- PrimitiveValueMapper<JsonValue>
 
 
-