t

sttp.tapir

TapirAliases

trait TapirAliases extends AnyRef

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

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

Type Members

  1. type AnyListCodec = tapir.Codec[_ <: List[_], _, _ <: CodecFormat]
  2. type AnyPart = Part[_]
  3. type Codec[L, H, CF <: CodecFormat] = tapir.Codec[L, H, CF]

    Codec.scala

  4. type DecodeResult[+T] = tapir.DecodeResult[T]

    DecodeResult.scala

  5. type Endpoint[A, I, E, O, -R] = tapir.Endpoint[A, I, E, O, R]

    Endpoint.scala

  6. type EndpointIO[I] = tapir.EndpointIO[I]
  7. type EndpointInfo = tapir.EndpointInfo
  8. type EndpointInput[I] = tapir.EndpointInput[I]

    EndpointIO.scala

  9. type EndpointOutput[O] = tapir.EndpointOutput[O]
  10. type MultipartCodec[T] = tapir.MultipartCodec[T]
  11. type RawPart = Part[_]

    package.scala

  12. type Schema[T] = tapir.Schema[T]

    Schema.scala

  13. type SchemaType[T] = tapir.SchemaType[T]

    SchemaType.scala

  14. type StreamBody[BS, T, S] = StreamBodyIO[BS, T, S]
  15. type Tapir = tapir.Tapir

    Tapir.scala

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 Codec: tapir.Codec.type
  5. val DecodeResult: tapir.DecodeResult.type
  6. val Defaults: tapir.Defaults.type

    Defaults.scala

  7. val Endpoint: tapir.Endpoint.type
  8. val EndpointIO: tapir.EndpointIO.type
  9. val EndpointInfo: tapir.EndpointInfo.type
  10. val EndpointInput: tapir.EndpointInput.type
  11. val EndpointOutput: tapir.EndpointOutput.type
  12. val RenderPathTemplate: tapir.RenderPathTemplate.type

    RenderPathTemplate.scala

  13. val Schema: tapir.Schema.type
  14. val SchemaType: tapir.SchemaType.type
  15. val StreamBody: StreamBodyIO.type
  16. val TapirAuth: tapir.TapirAuth.type

    TapirAuth.scala

  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped