QueryParamReader

abstract class QueryParamReader[T] extends ArgReader[Seq[String], T, Request]
Companion:
object
trait ArgReader[Seq[String], T, Request]
class Object
trait Matchable
class Any
class SimpleParam[T]
object BooleanParam.type
object ByteParam.type
object DoubleParam.type
object FloatParam.type
object IntParam.type
object LongParam.type
object ShortParam.type
object StringParam.type

Value members

Abstract methods

def arity: Int
Implicitly added by OptionParam
def arity: Int
Implicitly added by SeqParam
def arity: Int
def read(ctx: Request, label: String, v: Seq[String]): T
Implicitly added by OptionParam
def read(ctx: Request, label: String, v: Seq[String]): T
Implicitly added by SeqParam
def read(ctx: Request, label: String, v: Seq[String]): T