Single

oxygen.http.core.partial.PartialBodyCodec.Single
sealed trait Single[A] extends PartialBodyCodec[A]

Attributes

Graph
Supertypes
trait PartialBodyCodec[A]
class Object
trait Matchable
class Any
Known subtypes
class Json[A]
class Plain[A]

Members list

Value members

Inherited and Abstract methods

def decode(body: Body): ZIO[Scope, DecodingFailureCause, A]

Attributes

Inherited from:
PartialBodyCodec
def encode(value: A): Body

Attributes

Inherited from:
PartialBodyCodec

Abstract fields

override val partialBodySchema: Single