Consts

oxygen.http.core.PathCodec.Consts
final case class Consts(consts: List[String]) extends PathCodec[Unit]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PathCodec[Unit]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def decode(paths: List[String]): Option[(Unit, List[String])]

Attributes

Definition Classes
override def encode(value: Unit): Growable[String]

Attributes

Definition Classes

Inherited methods

final def /[B](that: PathCodec[B])(using zip: Zip[Unit, B]): PathCodec[zip.Out]

Attributes

Inherited from:
PathCodec
final def <||[B >: Unit](that: PathCodec[B])(using ct: TypeTest[B, Unit]): PathCodec[B]

Attributes

Inherited from:
PathCodec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def ||>[B <: Unit](that: PathCodec[B])(using ct: TypeTest[Unit, B]): PathCodec[Unit]

Attributes

Inherited from:
PathCodec

Concrete fields

override val specs: Growable[Growable[Spec]]

Potential paths this can parse/produce.

Potential paths this can parse/produce.

Growable( Growable("by", "name", Param), Growable("id", Param), )

represents: /by/name/% /id/%

Attributes