reified

smithy4s.example.PizzaAdminServiceOperation.reified

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
reified.type

Members list

Value members

Concrete methods

def addMenuItem(restaurant: String, menuItem: MenuItem): AddMenuItem
def customCode(code: Int): CustomCode
def echo(pathParam: String, body: EchoBody, queryParam: Option[String]): Echo
def getEnum(aa: TheEnum): GetEnum
def getMenu(restaurant: String): GetMenu
def headerEndpoint(uppercaseHeader: Option[String], capitalizedHeader: Option[String], lowercaseHeader: Option[String], mixedHeader: Option[String]): HeaderEndpoint
def health(query: Option[String]): Health
def reservation(name: String, town: Option[String]): Reservation
def roundTrip(label: String, header: Option[String], query: Option[String], body: Option[String]): RoundTrip
def version(): Version

Inherited methods

def transform: PartiallyApplied[PizzaAdminServiceGen[F]]

Attributes

Inherited from:
PizzaAdminServiceGen