public class JsonValueImpl extends SpinValueImpl implements JsonValue
dataFormatName, isDeserialized, serializedValue
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() |
org.camunda.spin.json.SpinJsonNode |
getValue() |
getSerializationDataFormat, getValueSerialized, isDeserialized, setSerializationDataFormat, setValueSerialized
isTransient, setTransient, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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()
getType
in interface org.camunda.bpm.engine.variable.value.SerializableValue
getType
in interface org.camunda.bpm.engine.variable.value.TypedValue
getType
in interface JsonValue
getType
in class SpinValueImpl
public org.camunda.spin.json.SpinJsonNode getValue()
getValue
in interface org.camunda.bpm.engine.variable.value.SerializableValue
getValue
in interface org.camunda.bpm.engine.variable.value.TypedValue
getValue
in interface JsonValue
getValue
in interface SpinValue
getValue
in class SpinValueImpl
Copyright © 2020. All rights reserved.