Interface SpinValue

    • Method Detail

      • 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()