Json

oxygen.http.core.partial.PartialPathCodec.Json
See theJson companion trait
object Json extends JsonLowPriority1

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Json.type

Members list

Type members

Classlikes

final case class NonEmptyRestEncoded[A](schema: JsonSchema[A]) extends Json[NonEmptyList[A]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Json[NonEmptyList[A]]
trait PartialPathCodec[NonEmptyList[A]]
class Object
trait Matchable
class Any
Show all
final case class RestEncoded[A](schema: JsonSchema[A]) extends Json[List[A]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Json[List[A]]
trait PartialPathCodec[List[A]]
class Object
trait Matchable
class Any
Show all
final case class SingleEncoded[A](schema: JsonSchema[A]) extends Json[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Json[A]
trait PartialPathCodec[A]
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

Givens

Givens

given nonEmptyRestEncoded[A](using schema: JsonSchema[A]): Json[NonEmptyList[A]]
given restEncoded[A](using schema: JsonSchema[A]): Json[List[A]]

Inherited givens

given singleEncoded[A](using schema: JsonSchema[A]): Json[A]

Attributes

Inherited from:
JsonLowPriority1