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, setValueSerializedisTransient, setTransient, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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 JsonValuegetDataFormat in interface SpinValuegetDataFormat in class SpinValueImplpublic JsonValueType getType()
getType in interface org.camunda.bpm.engine.variable.value.SerializableValuegetType in interface org.camunda.bpm.engine.variable.value.TypedValuegetType in interface JsonValuegetType in class SpinValueImplpublic org.camunda.spin.json.SpinJsonNode getValue()
getValue in interface org.camunda.bpm.engine.variable.value.SerializableValuegetValue in interface org.camunda.bpm.engine.variable.value.TypedValuegetValue in interface JsonValuegetValue in interface SpinValuegetValue in class SpinValueImplCopyright © 2022. All rights reserved.