bsondocument

molly.core.bsondocument
object bsondocument

Convenience layer over the Java driver's BsonDocument class and an implementation of molly.core.MollyCodec for org.bson.BsonDocument (identity mapping).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object BsonDocument

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type BsonDocument = BsonDocument

Implicits

Implicits

implicit def bsonDocumentCodec[F[_] : Async]: MollyCodec[F, BsonDocument]