BsonValueDecoder

mongo4cats.bson.BsonValueDecoder$
See theBsonValueDecoder companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Implicits

Implicits

implicit def arrayListDecoder[A](implicit d: BsonValueDecoder[A]): BsonValueDecoder[List[A]]
implicit val bigDecimalDecoder: BsonValueDecoder[BigDecimal]
implicit val booleanDecoder: BsonValueDecoder[Boolean]
implicit val dateTimeDecoder: BsonValueDecoder[Instant]
implicit val doubleDecoder: BsonValueDecoder[Double]
implicit val intDecoder: BsonValueDecoder[Int]
implicit val longDecoder: BsonValueDecoder[Long]
implicit val stringDecoder: BsonValueDecoder[String]