o

zio.json

DeriveJsonDecoder

object DeriveJsonDecoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeriveJsonDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Typeclass[A] = JsonDecoder[A]

Value Members

  1. def combine[A](ctx: CaseClass[JsonDecoder, A]): JsonDecoder[A]
  2. def dispatch[A](ctx: SealedTrait[JsonDecoder, A]): JsonDecoder[A]
  3. macro def gen[A]: JsonDecoder[A]