mongo4cats.circe

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class MongoJsonParsingException(message: String, json: Option[String]) extends MongoClientException

Attributes

Graph
Supertypes
trait Product
trait Equals
class MongoClientException
class MongoException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def deriveCirceCodecProvider[T : ClassTag]: 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