Json

oxygen.http.core.partial.PartialBodyCodec.Json
See theJson companion object
final case class Json[A](schema: JsonSchema[A]) extends Single[A]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Single[A]
trait PartialBodyCodec[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
override def encode(value: A): Body

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val partialBodySchema: Single