BpmnInOut

case class BpmnInOut[In <: Product, Out <: Product](inOut: InOut[In, Out, _], outMappers: Seq[PathMapper], inMappers: Seq[PathMapper])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withInMapper(pathMapper: PathMapper): BpmnInOut[In, Out]
def withOutMapper(pathMapper: PathMapper): BpmnInOut[In, Out]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val id: String