InOutExample

camundala.api.InOutExample
case class InOutExample[T <: Product](name: String, example: T)(implicit evidence$49: Encoder[T], evidence$50: Decoder[T], evidence$51: Schema[T])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toCamunda: FormVariables

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product