public class JsonValueImpl extends SpinValueImpl implements JsonValue
dataFormatName, isDeserialized, serializedValuetype, 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, setValueSerializedtoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSerializationDataFormat, getValueSerialized, isDeserializedpublic 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 JsonValuegetDataFormat in interface SpinValuegetDataFormat in class SpinValueImplpublic JsonValueType getType()
TypedValuegetType in interface SerializableValuegetType in interface TypedValuegetType in interface JsonValuegetType in class SpinValueImplpublic org.camunda.spin.json.SpinJsonNode getValue()
TypedValuegetValue in interface SerializableValuegetValue in interface TypedValuegetValue in interface JsonValuegetValue in interface SpinValuegetValue in class SpinValueImplCopyright © 2018. All rights reserved.