Interface JsonValue
-
- All Superinterfaces:
Serializable,org.camunda.bpm.engine.variable.value.SerializableValue,SpinValue,org.camunda.bpm.engine.variable.value.TypedValue
- All Known Implementing Classes:
JsonValueImpl
public interface JsonValue extends SpinValue
- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.camunda.spin.spi.DataFormat<org.camunda.spin.json.SpinJsonNode>getDataFormat()JsonValueTypegetType()org.camunda.spin.json.SpinJsonNodegetValue()
-
-
-
Method Detail
-
getValue
org.camunda.spin.json.SpinJsonNode getValue()
-
getDataFormat
org.camunda.spin.spi.DataFormat<org.camunda.spin.json.SpinJsonNode> getDataFormat()
- Specified by:
getDataFormatin interfaceSpinValue
-
getType
JsonValueType getType()
- Specified by:
getTypein interfaceorg.camunda.bpm.engine.variable.value.SerializableValue- Specified by:
getTypein interfaceorg.camunda.bpm.engine.variable.value.TypedValue
-
-