Interface SpinValueType
- All Superinterfaces:
Serializable
,SerializableValueType
,ValueType
- All Known Subinterfaces:
JsonValueType
,XmlValueType
- All Known Implementing Classes:
JsonValueTypeImpl
,SpinValueTypeImpl
,XmlValueTypeImpl
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SpinValueType
static final String
Identifies the Spin data format a value is an instance of.static final SpinValueType
Fields inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
VALUE_INFO_OBJECT_TYPE_NAME
-
Method Summary
Methods inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
createValueFromSerialized
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
-
Field Details
-
VALUE_INFO_SERIALIZATION_DATA_FORMAT
Identifies the Spin data format a value is an instance of.- See Also:
-
JSON
-
XML
-