Packages

p

tapir

package tapir

Linear Supertypes
Tapir, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tapir
  2. Tapir
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class InvalidOutput extends Exception with Product with Serializable
    Definition Classes
    Tapir

Value Members

  1. def body[T, M <: MediaType](implicit tm: TypeMapper[T, M]): Body[T, M]
    Definition Classes
    Tapir
  2. val endpoint: Endpoint[Unit, Unit, Unit]
    Definition Classes
    Tapir
  3. def header[T](name: String)(implicit arg0: TextTypeMapper[T]): Header[T]
    Definition Classes
    Tapir
  4. def jsonBody[T](implicit tm: TypeMapper[T, Json]): Body[T, Json]
    Definition Classes
    Tapir
  5. def path[T](name: String)(implicit arg0: RequiredTextTypeMapper[T]): EndpointInput[T]
    Definition Classes
    Tapir
  6. def path[T](implicit arg0: RequiredTextTypeMapper[T]): EndpointInput[T]
    Definition Classes
    Tapir
  7. def query[T](name: String)(implicit arg0: TextTypeMapper[T]): Query[T]
    Definition Classes
    Tapir
  8. def stringBody: Body[String, Text]
    Definition Classes
    Tapir
  9. implicit def stringToPath(s: String): EndpointInput[Unit]
    Definition Classes
    Tapir
  10. def textBody[T](implicit tm: TypeMapper[T, Text]): Body[T, Text]
    Definition Classes
    Tapir

Inherited from Tapir

Inherited from AnyRef

Inherited from Any

Ungrouped