ResponseCodecNoStatus

oxygen.http.core.partial.ResponseCodecNoStatus
See theResponseCodecNoStatus 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: ResponseCodecNoStatus[A], b: ResponseCodecNoStatus[B], zip: Out[A, B, C]) extends ResponseCodecNoStatus[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 ResponseCodecNoStatus[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 ResponseCodecNoStatus[Unit]
class Object
trait Matchable
class Any
Show all
final case class ApplyPartialBodySingle[A](partial: Single[A]) 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 ResponseCodecNoStatus[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object DNE extends ResponseCodecNoStatus[Nothing]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ResponseCodecNoStatus[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
DNE.type
case object Empty extends ResponseCodecNoStatus[Unit]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ResponseCodecNoStatus[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class SetContentType(contentType: MediaType) extends ResponseCodecNoStatus[Unit]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ResponseCodecNoStatus[Unit]
class Object
trait Matchable
class Any
Show all
final case class SetHeader(name: String, value: String) extends ResponseCodecNoStatus[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
header.type

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

Givens

Givens

given fromBody[A](using codec: PartialBodyCodec[A]): ResponseCodecNoStatus[A]