Basic

sealed trait Basic[T] extends Single[T] with Basic[T]
trait Basic[T]
trait Single[T]
class Object
trait Matchable
class Any
trait Basic[I]
class Body[R, T]
class StreamBodyWrapper[BS, T]
class FixedHeader[T]
class Header[T]
class Headers[T]
class Empty[T]
class StatusCode[T]
class WebSocketBodyWrapper[PIPE_REQ_RESP, T]

Value members

Inherited methods

def and[J, IJ](other: EndpointOutput[J])(implicit concat: Aux[T, J, IJ]): EndpointOutput[IJ]
Inherited from
EndpointOutput
def codec: Codec[L, T, CF]
Inherited from
Basic
def default(d: T): ThisType[T]
Inherited from
Basic
def deprecated(): ThisType[T]
Inherited from
Basic
def description(d: String): ThisType[T]
Inherited from
Basic
def docsExtension[A](key: String, value: A)(implicit evidence$1: JsonCodec[A]): ThisType[T]
Inherited from
Basic
def example(example: Example[T]): ThisType[T]
Inherited from
Basic
def example(t: T): ThisType[T]
Inherited from
Basic
def examples(examples: List[Example[T]]): ThisType[T]
Inherited from
Basic
def info: Info[T]
Inherited from
Basic
override def map[U](mapping: Mapping[T, U]): ThisType[U]
Definition Classes
Inherited from
Basic
def map[U](f: T => U)(g: U => T): ThisType[U]
Inherited from
EndpointTransput
def mapDecode[U](f: T => DecodeResult[U])(g: U => T): ThisType[U]
Inherited from
EndpointTransput
inline def mapTo[CASE_CLASS <: Product](using mc: ProductOf[CASE_CLASS]): ThisType[CASE_CLASS]
def schema(modify: Schema[T] => Schema[T]): ThisType[T]
Inherited from
Basic
def schema(s: Option[Schema[T]]): ThisType[T]
Inherited from
Basic
def schema(s: Schema[T]): ThisType[T]
Inherited from
Basic
def show: String
Inherited from
EndpointTransput
def validate(v: Validator[T]): ThisType[T]
Inherited from
EndpointTransput
def validateIterable[C <: ([X] =>> Iterable[X]), U](v: Validator[U])(implicit tIsCU: T =:= C[U]): ThisType[T]
Inherited from
Basic
def validateOption[U](v: Validator[U])(implicit tIsOptionU: T =:= Option[U]): ThisType[T]
Inherited from
Basic