Packages

o

org.mongodb.scala.bson

BsonElement

object BsonElement

A companion helper for a BsonElement - the mapping from a name to a BsonValue.

Used by the BsonMagnets and polices valid key/value pairs types for Document.

Since

1.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonElement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(key: String, value: BsonValue): BsonElement