reactivemongo.api.bson.msb.ValueConverters
See theValueConverters companion object
trait ValueConverters
Implicit conversions for value types between org.bson and reactivemongo.api.bson.
// Required import
import reactivemongo.api.bson.msb.ValueConverters._
// From org.bson
import reactivemongo.api.bson.{ BSONDouble, BSONString, BSONValue }
val newStr: BSONString = new org.bson.BsonString("foo")
val newVal: BSONValue = new org.bson.BsonInt32(2)
// To org.bson
val oldStr: org.bson.BsonString = BSONString("bar")
val oldVal: org.bson.BsonValue = BSONDouble(1.2D)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ValueConverters
Members list
Value members
Concrete methods
Concrete fields
Implicits
Implicits
Inherited implicits
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- LowPriorityConverters (hidden)
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- ValueConvertersCompat (hidden)
Attributes
- Inherited from:
- LowPriorityConverters (hidden)
In this article