Class JsonValueImpl

All Implemented Interfaces:
Serializable, SerializableValue, TypedValue, JsonValue, SpinValue

public class JsonValueImpl extends SpinValueImpl implements JsonValue
Author:
Roman Smirnov
See Also:
  • Constructor Details

    • JsonValueImpl

      public JsonValueImpl(String value)
    • JsonValueImpl

      public JsonValueImpl(org.camunda.spin.json.SpinJsonNode value)
    • JsonValueImpl

      public JsonValueImpl(String value, String dataFormatName)
    • JsonValueImpl

      public JsonValueImpl(org.camunda.spin.json.SpinJsonNode value, String serializedValue, String dataFormatName, boolean isDeserialized)
    • JsonValueImpl

      public JsonValueImpl(org.camunda.spin.json.SpinJsonNode value, String serializedValue, String dataFormatName, boolean isDeserialized, boolean isTransient)
  • Method Details