Transforms BigDecimal
to BsonDecimal128
Transforms Array[Byte]
to BsonBinary
Transforms Boolean
to BsonBoolean
Noop transformer for BsonValue
s
Transforms Date
to BsonDateTime
Transforms Decimal128
to BsonDecimal128
Transforms Double
to BsonDouble
Transforms immutable.Document
to BsonDocument
Transforms immutable.Document
to BsonDocument
Transforms Int
to BsonInt32
Transforms Long
to BsonInt64
Transforms mutable.Document
to BsonDocument
Transforms mutable.Document
to BsonDocument
Transforms None
to BsonNull
Transforms ObjectId
to BsonObjectId
Transforms Regex
to BsonRegex
Transforms String
to BsonString
Transforms Seq[(String, T)]
to BsonDocument
Transforms Seq[(String, T)]
to BsonDocument
the type of the values
implicit transformer for type T
a BsonDocument containing the values
Transforms Option[T]
to BsonValue
Transforms Seq[T]
to BsonArray
Transforms Seq[T]
to BsonArray
the type of the values
implicit transformer for type T
a BsonArray containing all the values
(Since version ) see corresponding Javadoc for more information.
Default BsonTransformers for native types.