public class JsonValueImpl extends SpinValueImpl implements JsonValue
dataFormatName, isDeserialized, serializedValue
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(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
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSerializationDataFormat, getValueSerialized, isDeserialized
public JsonValueImpl(org.camunda.spin.json.SpinJsonNode value, String serializedValue, String dataFormatName, boolean isDeserialized)
public JsonValueImpl(org.camunda.spin.json.SpinJsonNode value)
public JsonValueImpl(String value)
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 © 2018. All rights reserved.