json

oxygen.ui.web.PageCodec.query.json
object json

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
json.type

Members list

Value members

Concrete methods

def manyOptional[A : JsonSchema](key: String): PageCodec[NonEmptyList[A]]
def manyRequired[A : JsonSchema](key: String): PageCodec[List[A]]
def optional[A : JsonSchema](key: String): PageCodec[Option[A]]
def required[A : JsonSchema](key: String): PageCodec[A]