harness.endpoint.spec.PathCodec$
See thePathCodec companion trait
object PathCodec
Attributes
Members list
Type members
Classlikes
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
final case class IMapDecode[A, B](parent: PathCodec[A], to: A => Option[B], from: B => A) extends PathCodec[B]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathCodec[B]class Objecttrait Matchableclass AnyShow all
object OneOf
object Param
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class RestNonEmpty(name: String) extends PathCodec[NonEmptyList[String]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article