WebSocketBodyWrapper

case
class WebSocketBodyWrapper[PIPE_REQ_RESP, T](wrapped: WebSocketBodyOutput[PIPE_REQ_RESP, _, _, T, _]) extends Basic[T]
trait Serializable
trait Product
trait Equals
trait Basic[T]
trait Basic[T]
trait Single[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def codec: Codec[PIPE_REQ_RESP, T, CodecFormat]
Definition Classes
override
def info: Info[T]
Definition Classes
override
def show: String
Definition Classes

Inherited methods

def and[J, IJ](other: EndpointOutput[J])(implicit concat: Aux[T, J, IJ]): EndpointOutput[IJ]
Inherited from
EndpointOutput
def attribute[A](k: AttributeKey[A], v: A): ThisType[T]
Inherited from
Basic
def attribute[A](k: AttributeKey[A]): Option[A]
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 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
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 productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
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 validate(v: Validator[T]): ThisType[T]
Inherited from
EndpointTransput
def validateIterable[C <: (Iterable), 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