Class JsonValueTypeImpl
- java.lang.Object
-
- org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
-
- org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
-
- org.camunda.spin.plugin.variable.type.impl.JsonValueTypeImpl
-
- All Implemented Interfaces:
Serializable,org.camunda.bpm.engine.variable.type.SerializableValueType,org.camunda.bpm.engine.variable.type.ValueType,JsonValueType,SpinValueType
public class JsonValueTypeImpl extends SpinValueTypeImpl implements JsonValueType
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.camunda.spin.plugin.variable.type.JsonValueType
TYPE_NAME
-
Fields inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
VALUE_INFO_OBJECT_TYPE_NAME
-
Fields inherited from interface org.camunda.spin.plugin.variable.type.SpinValueType
JSON, VALUE_INFO_SERIALIZATION_DATA_FORMAT, XML
-
-
Constructor Summary
Constructors Constructor Description JsonValueTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JsonValueBuildercreateValue(SpinValue value)protected JsonValueBuildercreateValueFromSerialized(String value)-
Methods inherited from class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
applyValueInfo, createValue, createValueFromSerialized, getValueInfo, isPrimitiveValueType
-
Methods inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, toString, unsupportedConversion
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
createValue
protected JsonValueBuilder createValue(SpinValue value)
- Specified by:
createValuein classSpinValueTypeImpl
-
createValueFromSerialized
protected JsonValueBuilder createValueFromSerialized(String value)
- Specified by:
createValueFromSerializedin classSpinValueTypeImpl
-
-