oxygen.http.core.PathCodec
See thePathCodec companion trait
object PathCodec
Attributes
Members list
Type members
Classlikes
case object AllRemaining extends PathCodec[List[String]]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
AllRemaining.type
case object AllRemainingNonEmpty extends PathCodec[NonEmptyList[String]]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
AllRemainingNonEmpty.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathCodec[C]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathCodec[Unit]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathCodec[Unit]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathCodec[B]class Objecttrait Matchableclass AnyShow all
case object SingleStringParam extends PathCodec[String]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait PathCodec[String]class Objecttrait Matchableclass AnyShow all
- Self type
-
SingleStringParam.type
final case class SingleTypedParam[A](codec: StringCodec[A]) extends PathCodec[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathCodec[A]class Objecttrait Matchableclass AnyShow all
enum Spec
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Givens
Givens
In this article