t

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.MediaType, _]
  2. type AnyCodecForMany = tapir.CodecForMany[_, _ <: tapir.MediaType, _]
  3. type AnyCodecMeta = tapir.CodecMeta[_, _ <: tapir.MediaType, _]
  4. type AnyPart = Part[_]
  5. type Codec[T, M <: MediaType, R] = tapir.Codec[T, M, R]

    Codec.scala

  6. type CodecForMany[T, M <: MediaType, R] = tapir.CodecForMany[T, M, R]
  7. type CodecForOptional[T, M <: MediaType, R] = tapir.CodecForOptional[T, M, R]
  8. type CodecMeta[T, M <: MediaType, R] = tapir.CodecMeta[T, M, R]
  9. type Decode[F, T] = tapir.Decode[F, T]
  10. type DecodeFailure = tapir.DecodeFailure
  11. type DecodeResult[+T] = tapir.DecodeResult[T]

    DecodeResult.scala

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

    Endpoint.scala

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

    EndpointIO.scala

  16. type EndpointOutput[O] = tapir.EndpointOutput[O]
  17. type MediaType = tapir.MediaType

    MediaType.scala

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

    package.scala

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

    Schema.scala

  22. type SchemaFor[T] = tapir.SchemaFor[T]

    SchemaFor.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 CodecMeta: tapir.CodecMeta.type
  10. val DecodeResult: tapir.DecodeResult.type
  11. val Defaults: tapir.Defaults.type

    Defaults.scala

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

    RenderPathTemplate.scala

  22. val Schema: tapir.Schema.type
  23. val SchemaFor: tapir.SchemaFor.type with SchemaForMagnoliaDerivation
  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