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(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
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()
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 © 2017. All rights reserved.