Book

smithy4s.example.PizzaAdminServiceGen$.Book$
See theBook companion class
object Book extends Endpoint[BookInput, Nothing, BookOutput, Nothing, Nothing]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Endpoint[Operation, BookInput, Nothing, BookOutput, Nothing, Nothing]
class Object
trait Matchable
class Any
Self type
Book.type

Members list

Concise view

Type members

Inherited classlikes

object Error

Attributes

Inherited from:
Endpoint
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def wrap(input: BookInput): PizzaAdminServiceOperation[BookInput, Nothing, BookOutput, Nothing, Nothing]

Inherited methods

def errorable: Option[Errorable[E]]

Attributes

Inherited from:
Endpoint
final def name: String

Attributes

Inherited from:
Endpoint

Concrete fields

val hints: Hints
val id: ShapeId
val input: Schema[BookInput]
val output: Schema[BookOutput]
val streamedInput: StreamingSchema[Nothing]
val streamedOutput: StreamingSchema[Nothing]