Trait

tapir

TapirAliases

Related Doc: package tapir

Permalink

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, _]

    Permalink
  2. type AnyCodecForMany = tapir.CodecForMany[_, _ <: tapir.MediaType, _]

    Permalink
  3. type AnyCodecMeta = tapir.CodecMeta[_ <: tapir.MediaType, _]

    Permalink
  4. type AnyPart = Part[_]

    Permalink
  5. type Codec[T, M <: MediaType, R] = tapir.Codec[T, M, R]

    Permalink

    Codec.scala

  6. type CodecForMany[T, M <: MediaType, R] = tapir.CodecForMany[T, M, R]

    Permalink
  7. type CodecForOptional[T, M <: MediaType, R] = tapir.CodecForOptional[T, M, R]

    Permalink
  8. type CodecMeta[M <: MediaType, R] = tapir.CodecMeta[M, R]

    Permalink
  9. type Decode[F, T] = tapir.Decode[F, T]

    Permalink
  10. type DecodeFailure = tapir.DecodeFailure

    Permalink
  11. type DecodeResult[+T] = tapir.DecodeResult[T]

    Permalink

    DecodeResult.scala

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

    Permalink

    Endpoint.scala

  13. type EndpointIO[I] = tapir.EndpointIO[I]

    Permalink
  14. type EndpointInfo = tapir.EndpointInfo

    Permalink
  15. type EndpointInput[I] = tapir.EndpointInput[I]

    Permalink

    EndpointIO.scala

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

    Permalink
  17. type MediaType = tapir.MediaType

    Permalink

    MediaType.scala

  18. type MultipartValueType = tapir.MultipartValueType

    Permalink
  19. type RawPart = Part[_]

    Permalink

    package.scala

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

    Permalink
  21. type Schema = tapir.Schema

    Permalink

    Schema.scala

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

    Permalink

    SchemaFor.scala

  23. type StreamingEndpointIO[I, +S] = tapir.StreamingEndpointIO[I, S]

    Permalink
  24. type StringValueType = tapir.StringValueType

    Permalink
  25. type Tapir = tapir.Tapir

    Permalink

    Tapir.scala

  26. type TapirDerivedInputs = tapir.TapirDerivedInputs

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ByteArrayValueType: tapir.ByteArrayValueType.type

    Permalink
  5. val ByteBufferValueType: tapir.ByteBufferValueType.type

    Permalink
  6. val Codec: tapir.Codec.type

    Permalink
  7. val CodecForMany: tapir.CodecForMany.type

    Permalink
  8. val CodecForOptional: tapir.CodecForOptional.type

    Permalink
  9. val CodecMeta: tapir.CodecMeta.type

    Permalink
  10. val DecodeResult: tapir.DecodeResult.type

    Permalink
  11. val Defaults: tapir.Defaults.type

    Permalink

    Defaults.scala

  12. val Endpoint: tapir.Endpoint.type

    Permalink
  13. val EndpointIO: tapir.EndpointIO.type

    Permalink
  14. val EndpointInfo: tapir.EndpointInfo.type

    Permalink
  15. val EndpointInput: tapir.EndpointInput.type

    Permalink
  16. val EndpointOutput: tapir.EndpointOutput.type

    Permalink
  17. val FileValueType: tapir.FileValueType.type

    Permalink
  18. val InputStreamValueType: tapir.InputStreamValueType.type

    Permalink
  19. val MediaType: tapir.MediaType.type

    Permalink
  20. val MultipartValueType: tapir.MultipartValueType.type

    Permalink
  21. val RenderPathTemplate: tapir.RenderPathTemplate.type

    Permalink

    RenderPathTemplate.scala

  22. val Schema: tapir.Schema.type

    Permalink
  23. val SchemaFor: tapir.SchemaFor.type with SchemaForMagnoliaDerivation

    Permalink
  24. val StreamingEndpointIO: tapir.StreamingEndpointIO.type

    Permalink
  25. val TapirAuth: tapir.TapirAuth.type

    Permalink

    TapirAuth.scala

  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped