Interface SpinValue

All Superinterfaces:
Serializable, SerializableValue, TypedValue
All Known Subinterfaces:
JsonValue, XmlValue
All Known Implementing Classes:
JsonValueImpl, SpinValueImpl, XmlValueImpl

public interface SpinValue extends SerializableValue
Author:
Roman Smirnov
  • Method Details

    • getValue

      org.camunda.spin.Spin<?> getValue()
      Description copied from interface: SerializableValue
      Returns the value or null in case the value is null.
      Specified by:
      getValue in interface SerializableValue
      Specified by:
      getValue in interface TypedValue
      Returns:
      the value represented by this TypedValue.
    • getDataFormat

      org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>> getDataFormat()