trait TapirAliases extends AnyRef
Mixin containing aliases for top-level types and modules in the tapir package.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TapirAliases
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AnyCodec = tapir.Codec[_, _ <: tapir.MediaType, _]
- type AnyCodecForMany = tapir.CodecForMany[_, _ <: tapir.MediaType, _]
- type AnyCodecMeta = tapir.CodecMeta[_, _ <: tapir.MediaType, _]
- type AnyPart = Part[_]
-
type
Codec[T, M <: MediaType, R] = tapir.Codec[T, M, R]
Codec.scala
- type CodecForMany[T, M <: MediaType, R] = tapir.CodecForMany[T, M, R]
- type CodecForOptional[T, M <: MediaType, R] = tapir.CodecForOptional[T, M, R]
- type CodecMeta[T, M <: MediaType, R] = tapir.CodecMeta[T, M, R]
- type Decode[F, T] = tapir.Decode[F, T]
- type DecodeFailure = tapir.DecodeFailure
-
type
DecodeResult[+T] = tapir.DecodeResult[T]
DecodeResult.scala
-
type
Endpoint[I, E, O, +S] = tapir.Endpoint[I, E, O, S]
Endpoint.scala
- type EndpointIO[I] = tapir.EndpointIO[I]
- type EndpointInfo = tapir.EndpointInfo
-
type
EndpointInput[I] = tapir.EndpointInput[I]
EndpointIO.scala
- type EndpointOutput[O] = tapir.EndpointOutput[O]
-
type
MediaType = tapir.MediaType
MediaType.scala
- type MultipartValueType = tapir.MultipartValueType
-
type
RawPart = Part[_]
package.scala
- type RawValueType[R] = tapir.RawValueType[R]
-
type
Schema = tapir.Schema
Schema.scala
-
type
SchemaFor[T] = tapir.SchemaFor[T]
SchemaFor.scala
- type StreamingEndpointIO[I, +S] = tapir.StreamingEndpointIO[I, S]
- type StringValueType = tapir.StringValueType
-
type
Tapir = tapir.Tapir
Tapir.scala
- type TapirDerivedInputs = tapir.TapirDerivedInputs
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ByteArrayValueType: tapir.ByteArrayValueType.type
- val ByteBufferValueType: tapir.ByteBufferValueType.type
- val Codec: tapir.Codec.type
- val CodecForMany: tapir.CodecForMany.type
- val CodecForOptional: tapir.CodecForOptional.type
- val CodecMeta: tapir.CodecMeta.type
- val DecodeResult: tapir.DecodeResult.type
-
val
Defaults: tapir.Defaults.type
Defaults.scala
- val Endpoint: tapir.Endpoint.type
- val EndpointIO: tapir.EndpointIO.type
- val EndpointInfo: tapir.EndpointInfo.type
- val EndpointInput: tapir.EndpointInput.type
- val EndpointOutput: tapir.EndpointOutput.type
- val FileValueType: tapir.FileValueType.type
- val InputStreamValueType: tapir.InputStreamValueType.type
- val MediaType: tapir.MediaType.type
- val MultipartValueType: tapir.MultipartValueType.type
-
val
RenderPathTemplate: tapir.RenderPathTemplate.type
RenderPathTemplate.scala
- val Schema: tapir.Schema.type
- val SchemaFor: tapir.SchemaFor.type with SchemaForMagnoliaDerivation
- val StreamingEndpointIO: tapir.StreamingEndpointIO.type
-
val
TapirAuth: tapir.TapirAuth.type
TapirAuth.scala
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()