StringParam

cask.endpoints.QueryParamReader.StringParam
object StringParam extends SimpleParam[String]

Attributes

Graph
Supertypes
class SimpleParam[String]
class QueryParamReader[String]
trait ArgReader[Seq[String], String, Request]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def arity: Int

Attributes

Inherited from:
SimpleParam
def read(ctx: Request, label: String, v: Seq[String]): String

Attributes

Inherited from:
SimpleParam
def remainingPathSegments: Boolean

Attributes

Inherited from:
ArgReader
def unknownQueryParams: Boolean

Attributes

Inherited from:
ArgReader