Class SpinValueImpl

java.lang.Object
org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<org.camunda.spin.Spin<?>>
org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
All Implemented Interfaces:
Serializable, SerializableValue, TypedValue, SpinValue
Direct Known Subclasses:
JsonValueImpl, XmlValueImpl

public abstract class SpinValueImpl extends AbstractTypedValue<org.camunda.spin.Spin<?>> implements SpinValue
Author:
Roman Smirnov
See Also:
  • Field Details

    • serializedValue

      protected String serializedValue
    • isDeserialized

      protected boolean isDeserialized
    • dataFormatName

      protected String dataFormatName
  • Constructor Details

    • SpinValueImpl

      public SpinValueImpl(org.camunda.spin.Spin<?> value, String serializedValue, String dataFormatName, boolean isDeserialized, ValueType type, boolean isTransient)
  • Method Details