package api

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. api
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package model

Type Members

  1. sealed trait ApiError[S <: StatusCode] extends AnyRef
  2. trait ApiModelCodec extends AnyRef
    Annotations
    @SuppressWarnings()
  3. trait BaseEndpoint extends ErrorExamples with TapirCodecs with TapirSchemasLike with StrictLogging
  4. trait DecodeFailureHandler extends AnyRef
  5. trait Endpoints extends ApiModelCodec with BaseEndpoint with EndpointsExamples with TapirCodecs with TapirSchemasLike with StrictLogging
  6. trait EndpointsExamples extends ErrorExamples
    Annotations
    @SuppressWarnings()
  7. trait ErrorExamples extends Examples
  8. trait Examples extends AnyRef
  9. trait TapirCodecs extends ApiModelCodec
  10. trait TapirSchemasLike extends AnyRef

Value Members

  1. def alfJsonBody[T](implicit arg0: json.Json.ReadWriter[T], arg1: Schema[T]): Body[String, T]
  2. def alfPlainTextBody: Body[String, String]
  3. implicit def readWriterCodec[T](implicit arg0: json.Json.ReadWriter[T], arg1: Schema[T]): JsonCodec[T]
  4. object ApiError
    Annotations
    @SuppressWarnings()
  5. object ApiModel
  6. object Endpoints
  7. object OpenAPIWriters
  8. object TapirSchemas extends TapirSchemasLike
  9. object UtilJson

Inherited from AnyRef

Inherited from Any

Ungrouped