Packages

t

org.mongodb.scala.bson.BsonMagnets

CanBeBsonElement

sealed trait CanBeBsonElement extends AnyRef

Represents a single BsonElement

This is essentially a (String, BsonValue) key value pair. Any pair of (String, T) where type T has a BsonTransformer in scope into a BsonValue is also a valid pair.

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

Abstract Value Members

  1. abstract val bsonElement: BsonElement

Concrete Value Members

  1. def key: String

    The key of the BsonElement

    The key of the BsonElement

    returns

    the key

  2. def value: BsonValue

    The value of the BsonElement

    The value of the BsonElement

    returns

    the BsonValue