ApiEndpoint

trait ApiEndpoint[In <: Product, Out <: Product, T <: ApiEndpoint[In, Out, T]](implicit evidence$8: Encoder[In], evidence$9: Decoder[In], evidence$10: Schema[In], evidence$11: Encoder[Out], evidence$12: Decoder[Out], evidence$13: Schema[Out], evidence$14: ClassTag[Out]) extends Product
trait Product
trait Equals
class Object
trait Matchable
class Any
class CompleteTask[In]
class EvaluateDecision[In, Out]
class StartProcessInstance[In, Out]
class UserTaskEndpoint[In, Out]

Value members

Abstract methods

def apiName: String
def createPostman()(implicit tenantId: Option[String]): Seq[Endpoint[_, _, _, _, _]]
def endpointType: String
def restApi: CamundaRestApi[In, Out]
def withRestApi(restApi: CamundaRestApi[In, Out]): T

Concrete methods

def create(): Seq[Endpoint[_, _, _, _, _]]
protected
def definitionKeyPath(key: String): EndpointInput[_]
def descr: String
protected
def inMapper(): Option[EndpointInput[_]]
protected
def inMapperPostman(): Option[EndpointInput[_]]
protected
def outMapper(): Option[EndpointOutput[_]]
def postmanBaseEndpoint: Endpoint[_, _, _, _, _]
protected
def tenantIdPath(id: String): EndpointInput[_]
def withDescr(description: String): T
def withInExample(label: String, example: In): T
def withName(n: String): T
def withOutExample(label: String, example: Out): T
def withTag(t: String): T

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product

Concrete fields

lazy
val inExample: In
lazy
val outExample: Out
lazy
val postmanName: String
lazy
val tag: String