mongo4cats.circe

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit val binaryDecoder: Decoder[Array[Byte]]

Attributes

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

Attributes

Inherited from:
MongoJsonCodecs
implicit def deriveCirceCodecProvider[T : ClassTag](implicit evidence$1: ClassTag[T], enc: Encoder[T], dec: Decoder[T]): MongoCodecProvider[T]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
MongoJsonCodecs