FromDecodeCases

oxygen.http.core.RequestPathCodec.FromDecodeCases
See theFromDecodeCases companion object
trait FromDecodeCases[A] extends RequestPathCodec[A]

Attributes

Companion
object
Graph
Supertypes
trait RequestPathCodec[A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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

Attributes

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

Attributes

Inherited from:
RequestPathCodec
final inline def autoTransform[B]: RequestPathCodec[B]

Attributes

Inherited from:
RequestPathCodec
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

Inherited and Abstract methods

def encode(value: A): Growable[String]

Attributes

Inherited from:
RequestPathCodec

Abstract fields

val underlying: NonEmptyList[RequestPathCodec[_ <: A]]

Concrete fields

final lazy override val partiallyAppliedPathSchemas: NonEmptyList[Growable[PartiallyAppliedPathSchema]]

Inherited fields

Attributes

Inherited from:
RequestPathCodec