-
Method Summary
org.camunda.spin.spi.DataFormat<org.camunda.spin.json.SpinJsonNode>
org.camunda.spin.json.SpinJsonNode
Returns the value or null in case the value is null.
-
Method Details
-
getValue
org.camunda.spin.json.SpinJsonNode getValue()
Returns the value or null in case the value is null.
- Specified by:
getValue
in interface SerializableValue
- Specified by:
getValue
in interface SpinValue
- Specified by:
getValue
in interface TypedValue
- Returns:
- the value represented by this TypedValue.
-
-
getType
The type of the value. See ValueType for a list of built-in ValueTypes.
- Specified by:
getType
in interface SerializableValue
- Specified by:
getType
in interface TypedValue
- Returns:
- the type of the value.