org.mongodb.scala.bson
BsonTransformers allow the transformation of type T to their corresponding BsonValue.
T
Custom implementations can be written to implicitly to convert a T into a BsonValue so it can be stored in a Document.
Document
the type of value to be transformed into a BsonValue.
1.0
Convert the object into a BsonValue
(Since version ) see corresponding Javadoc for more information.
BsonTransformers allow the transformation of type
T
to their corresponding BsonValue.Custom implementations can be written to implicitly to convert a
T
into a BsonValue so it can be stored in aDocument
.the type of value to be transformed into a BsonValue.
1.0