path

oxygen.ui.web.PageCodec.path
object path

Attributes

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

Members list

Type members

Classlikes

object nonEmptyRest

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object rest

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
rest.type

Value members

Concrete methods

def apply[A](using c: PartialPathCodec[A]): PageCodec[A]
def const(p: String): PageCodec[Unit]
def const(ps: List[String]): PageCodec[Unit]
def json[A : JsonSchema]: PageCodec[A]
def plain[A : PlainTextSchema]: PageCodec[A]