Interface JsonValue
-
- All Superinterfaces:
PrimitiveValue<String>
,Serializable
,TypedValue
- All Known Implementing Classes:
JsonValueImpl
public interface JsonValue extends PrimitiveValue<String>
-
-
Method Summary
-
Methods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValue
getType, getValue
-
Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
isTransient
-
-