Query

case class Query[T](name: String, codec: Codec[List[String], T, TextPlain], info: Info[T]) extends Basic[T]
trait Serializable
trait Product
trait Equals
trait Basic[T]
trait Basic[T]
trait Single[T]
trait EndpointInput[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def show: String
Definition Classes

Inherited methods

def /[U, TU](other: EndpointInput[U])(implicit concat: Aux[T, U, TU]): EndpointInput[TU]
Inherited from
EndpointInput
def and[U, TU](other: EndpointInput[U])(implicit concat: Aux[T, U, TU]): EndpointInput[TU]
Inherited from
EndpointInput
def default(d: T): Query[T]
Inherited from
Basic
def deprecated(): Query[T]
Inherited from
Basic
def description(d: String): Query[T]
Inherited from
Basic
def docsExtension[A](key: String, value: A)(implicit evidence$1: JsonCodec[A]): Query[T]
Inherited from
Basic
def example(example: Example[T]): Query[T]
Inherited from
Basic
def example(t: T): Query[T]
Inherited from
Basic
def examples(examples: List[Example[T]]): Query[T]
Inherited from
Basic
override def map[U](mapping: Mapping[T, U]): Query[U]
Definition Classes
Inherited from
Basic
def map[U](f: T => U)(g: U => T): Query[U]
Inherited from
EndpointTransput
def mapDecode[U](f: T => DecodeResult[U])(g: U => T): Query[U]
Inherited from
EndpointTransput
inline def mapTo[CASE_CLASS <: Product](using mc: ProductOf[CASE_CLASS]): Query[CASE_CLASS]
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def schema(modify: Schema[T] => Schema[T]): Query[T]
Inherited from
Basic
def schema(s: Option[Schema[T]]): Query[T]
Inherited from
Basic
def schema(s: Schema[T]): Query[T]
Inherited from
Basic
def validate(v: Validator[T]): Query[T]
Inherited from
EndpointTransput
def validateIterable[C <: ([X] =>> Iterable[X]), U](v: Validator[U])(implicit tIsCU: T =:= C[U]): Query[T]
Inherited from
Basic
def validateOption[U](v: Validator[U])(implicit tIsOptionU: T =:= Option[U]): Query[T]
Inherited from
Basic