KeyedMapDecoder

oxygen.json.KeyedMapDecoder
See theKeyedMapDecoder companion class

Attributes

Companion
class
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Decoder[A](key: String, decoder: JsonDecoder[A])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Decoder.type

Value members

Concrete methods

def make[A](options: Seq[Decoder[A]]): JsonDecoder[Chunk[A]]