public interface JsonValue extends SpinValue
Modifier and Type | Method and Description |
---|---|
org.camunda.spin.spi.DataFormat<org.camunda.spin.json.SpinJsonNode> |
getDataFormat() |
JsonValueType |
getType()
The type of the value.
|
org.camunda.spin.json.SpinJsonNode |
getValue()
Returns the value or null in case the value is null.
|
getSerializationDataFormat, getValueSerialized, isDeserialized
isTransient
org.camunda.spin.json.SpinJsonNode getValue()
SerializableValue
getValue
in interface SerializableValue
getValue
in interface SpinValue
getValue
in interface TypedValue
org.camunda.spin.spi.DataFormat<org.camunda.spin.json.SpinJsonNode> getDataFormat()
getDataFormat
in interface SpinValue
JsonValueType getType()
TypedValue
getType
in interface SerializableValue
getType
in interface TypedValue
Copyright © 2022. All rights reserved.