CamundaVariable

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class CBoolean(value: Boolean, `type`: String) extends CamundaVariable
case class CDouble(value: Double, `type`: String) extends CamundaVariable
case class CEnum(value: String, `type`: String) extends CamundaVariable
case class CFile(@Schema$$annotations$$description("The File\'s content as Base64 encoded String.") value: String, valueInfo: CFileValueInfo, `type`: String) extends CamundaVariable
case class CFileValueInfo(filename: String, mimetype: Option[String])
case class CInteger(value: Int, `type`: String) extends CamundaVariable
case class CJson(value: String, `type`: String) extends CamundaVariable
case class CLong(value: Long, `type`: String) extends CamundaVariable
case object CNull extends CamundaVariable
case class CString(value: String, `type`: String) extends CamundaVariable

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def decodeValue(valueType: String, anyValue: ACursor, valueInfo: ACursor): Either[DecodingFailure, CamundaVariable]
@tailrec
def objectToCamunda[T <: Product : Encoder](product: T, key: String, value: Any): CamundaVariable
def toCamunda[T <: Product : Encoder](product: T): Map[ExampleName, CamundaVariable]