public class JsonValueImpl extends SpinValueImpl implements JsonValue
dataFormatName, isDeserialized, serializedValue
isTransient, type, value
Constructor and Description |
---|
JsonValueImpl(org.camunda.spin.json.SpinJsonNode value) |
JsonValueImpl(org.camunda.spin.json.SpinJsonNode value,
String serializedValue,
String dataFormatName,
boolean isDeserialized) |
JsonValueImpl(org.camunda.spin.json.SpinJsonNode value,
String serializedValue,
String dataFormatName,
boolean isDeserialized,
boolean isTransient) |
JsonValueImpl(String value) |
JsonValueImpl(String value,
String dataFormatName) |
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()
The actual value.
|
getSerializationDataFormat, getValueSerialized, isDeserialized, setSerializationDataFormat, setValueSerialized
isTransient, setTransient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSerializationDataFormat, getValueSerialized, isDeserialized
isTransient
public JsonValueImpl(String value)
public JsonValueImpl(org.camunda.spin.json.SpinJsonNode value)
public JsonValueImpl(org.camunda.spin.json.SpinJsonNode value, String serializedValue, String dataFormatName, boolean isDeserialized)
public org.camunda.spin.spi.DataFormat<org.camunda.spin.json.SpinJsonNode> getDataFormat()
getDataFormat
in interface JsonValue
getDataFormat
in interface SpinValue
getDataFormat
in class SpinValueImpl
public JsonValueType getType()
TypedValue
getType
in interface SerializableValue
getType
in interface TypedValue
getType
in interface JsonValue
getType
in class SpinValueImpl
public org.camunda.spin.json.SpinJsonNode getValue()
TypedValue
getValue
in interface SerializableValue
getValue
in interface TypedValue
getValue
in interface JsonValue
getValue
in interface SpinValue
getValue
in class SpinValueImpl
Copyright © 2022. All rights reserved.