camundala.domain

Type members

Classlikes

case class FileInOut(fileName: String, @Schema$$annotations$$description("The content of the File as a Byte Array.") content: Array[Byte], mimeType: Option[String])
Companion:
object
object FileInOut
Companion:
class
case class FileRefInOut(fileName: String, @Schema$$annotations$$description("A reference to retrieve the file in your application.") ref: String, mimeType: Option[String])

In Camunda 8 only json is allowed!

In Camunda 8 only json is allowed!

Companion:
object
Companion:
class
case class Optable[Out](value: Option[Out])
Companion:
object
object Optable
Companion:
class

Exports

Defined exports

final val Adt: JsonTaggedAdt.type
Exported from codec
final val Decoder: Decoder.type
Exported from circe
final type Decoder = Decoder
Exported from circe
final val Encoder: Encoder.type
Exported from circe
final type Encoder = Encoder
Exported from circe
final val Json: Json.type
Exported from circe
final type Json = Json
Exported from circe
final val JsonTaggedAdt: JsonTaggedAdt.type
Exported from codec
final val Schema: Schema.type
Exported from tapir
@implicitNotFound(msg = "Could not find Schema for type ${T}.\nSince 0.17.0 automatic derivation requires the following import: `import sttp.tapir.generic.auto._`\nYou can find more details in the docs: https://tapir.softwaremill.com/en/latest/endpoint/schemas.html#schema-derivation\nWhen using datatypes integration remember to import respective schemas/codecs as described in https://tapir.softwaremill.com/en/latest/endpoint/integrations.html")
final type Schema = Schema
Exported from tapir
final inline def deriveDecoder[A](using inline A: Of[A]): Decoder[A]
Exported from semiauto
final inline def deriveEncoder[A](using inline A: Of[A]): AsObject[A]
Exported from semiauto
final type description = description
Exported from annotations$