mongo4cats.zio.json

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit val binaryDecoder: JsonDecoder[Array[Byte]]

Attributes

Inherited from:
MongoJsonCodecs
implicit val binaryEncoder: JsonEncoder[Array[Byte]]

Attributes

Inherited from:
MongoJsonCodecs
implicit def deriveJsonBsonValueDecoder[A](implicit d: JsonDecoder[A]): BsonValueDecoder[A]

Attributes

Inherited from:
MongoJsonCodecs
implicit def deriveJsonBsonValueEncoder[A](implicit e: JsonEncoder[A]): BsonValueEncoder[A]

Attributes

Inherited from:
MongoJsonCodecs
implicit def deriveZioJsonCodecProvider[T : ClassTag](implicit evidence$1: ClassTag[T], enc: JsonEncoder[T], dec: JsonDecoder[T]): MongoCodecProvider[T]

Attributes

Inherited from:
MongoJsonCodecs
implicit val documentDecoder: JsonDecoder[Document]

Attributes

Inherited from:
MongoJsonCodecs
implicit val documentEncoder: JsonEncoder[Document]

Attributes

Inherited from:
MongoJsonCodecs
implicit val instantDecoder: JsonDecoder[Instant]

Attributes

Inherited from:
MongoJsonCodecs
implicit val instantEncoder: JsonEncoder[Instant]

Attributes

Inherited from:
MongoJsonCodecs
implicit val localDateDecoder: JsonDecoder[LocalDate]

Attributes

Inherited from:
MongoJsonCodecs
implicit val localDateEncoder: JsonEncoder[LocalDate]

Attributes

Inherited from:
MongoJsonCodecs
implicit val objectIdDecoder: JsonDecoder[ObjectId]

Attributes

Inherited from:
MongoJsonCodecs
implicit val objectIdEncoder: JsonEncoder[ObjectId]

Attributes

Inherited from:
MongoJsonCodecs
implicit val uuidDecoder: JsonDecoder[UUID]

Attributes

Inherited from:
MongoJsonCodecs
implicit val uuidEncoder: JsonEncoder[UUID]

Attributes

Inherited from:
MongoJsonCodecs