RequestNonPathCodec

oxygen.http.core.RequestNonPathCodec
See theRequestNonPathCodec companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class And[A, B, C](a: RequestNonPathCodec[A], b: RequestNonPathCodec[B], zip: Out[A, B, C]) extends RequestNonPathCodec[C]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ApplyPartialBody[A] extends RequestNonPathCodec[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class ApplyPartialBodyEmpty(partial: Empty.type) extends ApplyPartialBody[Unit]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ApplyPartialBody[Unit]
trait RequestNonPathCodec[Unit]
class Object
trait Matchable
class Any
Show all
final case class ApplyPartialBodySingle[A](partial: Single[A], name: String, doc: Option[String]) extends ApplyPartialBody[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ApplyPartialBody[A]
class Object
trait Matchable
class Any
Show all
final case class ApplyPartialHeader[A](partial: PartialParamCodec[A], name: String, doc: Option[String]) extends RequestNonPathCodec[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ApplyPartialQueryParam[A](partial: PartialParamCodec[A], name: String, doc: Option[String]) extends RequestNonPathCodec[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Transform[A, B](a: RequestNonPathCodec[A], ab: A => B, ba: B => A) extends RequestNonPathCodec[B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class TransformOrFail[A, B](a: RequestNonPathCodec[A], ab: A => Either[String, B], ba: B => A) extends RequestNonPathCodec[B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror