ApplyPartial

oxygen.http.core.RequestPathCodec.ApplyPartial
final case class ApplyPartial[A](partial: PartialPathCodec[A], name: String, doc: Option[String]) extends RequestPathCodec[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RequestPathCodec[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes

Inherited methods

final def <||[B >: A](that: RequestPathCodec[B])(using ct: TypeTest[B, A]): 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: A => B, ba: B => A): RequestPathCodec[B]

Attributes

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

Attributes

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

Attributes

Inherited from:
RequestPathCodec

Concrete fields

override val partiallyAppliedPathSchemas: NonEmptyList[Growable[PartiallyAppliedPathSchema]]

Inherited fields

Attributes

Inherited from:
RequestPathCodec