RoundTrip

object RoundTrip extends Endpoint[PizzaAdminServiceOperation, RoundTripData, RoundTripError, RoundTripData, Nothing, Nothing] with HttpEndpoint[RoundTripData] with Errorable[RoundTripError]
Companion
class
trait Product
trait Mirror
trait Errorable[RoundTripError]
trait HttpEndpoint[RoundTripData]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object Error
Inherited from
Endpoint

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 liftError(throwable: Throwable): Option[RoundTripError]
def path(input: RoundTripData): String
def unliftError(e: RoundTripError): Throwable

Inherited methods

final
def matches(rPath: Array[String]): Option[Map[String, String]]
Inherited from
HttpEndpoint
final
def name: String
Inherited from
Endpoint

Concrete fields

val code: Int
val error: Schema[RoundTripError]
override
val errorable: Option[Errorable[RoundTripError]]
val hints: Hints
val id: ShapeId
val input: Schema[RoundTripData]
val method: HttpMethod
val output: Schema[RoundTripData]
val path: List[PathSegment]
val streamedInput: StreamingSchema[Nothing]
val streamedOutput: StreamingSchema[Nothing]