ConstMany

oxygen.http.core.RequestPathCodec.ConstMany
final case class ConstMany(paths: NonEmptyList[String]) extends RequestPathCodec[Unit]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RequestPathCodec[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 >: Unit](that: RequestPathCodec[B])(using ct: TypeTest[B, Unit]): RequestPathCodec[B]

Attributes

Inherited from:
RequestPathCodec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def transform[B](ab: Unit => B, ba: B => Unit): RequestPathCodec[B]

Attributes

Inherited from:
RequestPathCodec
final def transformDecode[B](ab: Unit => Option[B], ba: B => Unit): RequestPathCodec[B]

Attributes

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

Attributes

Inherited from:
RequestPathCodec

Concrete fields

override val partiallyAppliedPathSchemas: NonEmptyList[Growable[PartiallyAppliedPathSchema]]

Inherited fields

Attributes

Inherited from:
RequestPathCodec