t

sttp.tapir

TapirAliases

trait TapirAliases extends AnyRef

Mixin containing aliases for top-level types and modules in the tapir package.

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

Type Members

  1. type AnyCodec = tapir.Codec[_, _ <: tapir.CodecFormat, _]
  2. type AnyCodecForMany = tapir.CodecForMany[_, _ <: tapir.CodecFormat, _]
  3. type AnyCodecMeta = tapir.CodecMeta[_, _ <: tapir.CodecFormat, _]
  4. type AnyPart = Part[_]
  5. type Codec[T, CF <: CodecFormat, R] = tapir.Codec[T, CF, R]

    Codec.scala

  6. type CodecForMany[T, CF <: CodecFormat, R] = tapir.CodecForMany[T, CF, R]
  7. type CodecForOptional[T, CF <: CodecFormat, R] = tapir.CodecForOptional[T, CF, R]
  8. type CodecFormat = tapir.CodecFormat

    CodecFormat.scala

  9. type CodecMeta[T, CF <: CodecFormat, R] = tapir.CodecMeta[T, CF, R]
  10. type Decode[F, T] = tapir.Decode[F, T]
  11. type DecodeFailure = tapir.DecodeFailure
  12. type DecodeResult[+T] = tapir.DecodeResult[T]

    DecodeResult.scala

  13. type Endpoint[I, E, O, +S] = tapir.Endpoint[I, E, O, S]

    Endpoint.scala

  14. type EndpointIO[I] = tapir.EndpointIO[I]
  15. type EndpointInfo = tapir.EndpointInfo
  16. type EndpointInput[I] = tapir.EndpointInput[I]

    EndpointIO.scala

  17. type EndpointOutput[O] = tapir.EndpointOutput[O]
  18. type MultipartValueType = tapir.MultipartValueType
  19. type RawPart = Part[_]

    package.scala

  20. type RawValueType[R] = tapir.RawValueType[R]
  21. type Schema[T] = tapir.Schema[T]

    Schema.scala

  22. type SchemaType = tapir.SchemaType

    SchemaType.scala

  23. type StreamingEndpointIO[I, +S] = tapir.StreamingEndpointIO[I, S]
  24. type StringValueType = tapir.StringValueType
  25. type Tapir = tapir.Tapir

    Tapir.scala

  26. type TapirDerivedInputs = tapir.TapirDerivedInputs

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ByteArrayValueType: tapir.ByteArrayValueType.type
  5. val ByteBufferValueType: tapir.ByteBufferValueType.type
  6. val Codec: tapir.Codec.type
  7. val CodecForMany: tapir.CodecForMany.type
  8. val CodecForOptional: tapir.CodecForOptional.type
  9. val CodecFormat: tapir.CodecFormat.type
  10. val CodecMeta: tapir.CodecMeta.type
  11. val DecodeResult: tapir.DecodeResult.type
  12. val Defaults: tapir.Defaults.type

    Defaults.scala

  13. val Endpoint: tapir.Endpoint.type
  14. val EndpointIO: tapir.EndpointIO.type
  15. val EndpointInfo: tapir.EndpointInfo.type
  16. val EndpointInput: tapir.EndpointInput.type
  17. val EndpointOutput: tapir.EndpointOutput.type
  18. val FileValueType: tapir.FileValueType.type
  19. val InputStreamValueType: tapir.InputStreamValueType.type
  20. val MultipartValueType: tapir.MultipartValueType.type
  21. val RenderPathTemplate: tapir.RenderPathTemplate.type

    RenderPathTemplate.scala

  22. val Schema: tapir.Schema.type with SchemaMagnoliaDerivation
  23. val SchemaType: tapir.SchemaType.type
  24. val StreamingEndpointIO: tapir.StreamingEndpointIO.type
  25. val TapirAuth: tapir.TapirAuth.type

    TapirAuth.scala

  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped