sealed abstract class Document extends Bson
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Document
- Bson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def add(key: String, value: BsonValue): Document
- abstract def apply(key: String): Option[BsonValue]
- abstract def contains(key: String): Boolean
- abstract def filterKeys(predicate: (String) => Boolean): Document
- abstract def isEmpty: Boolean
- abstract def keys: Set[String]
- abstract def merge(other: Document): Document
- abstract def remove(key: String): Document
- abstract def size: Int
- abstract def toList: List[(String, BsonValue)]
- abstract def toMap: Map[String, BsonValue]
- abstract def toSet: Set[(String, BsonValue)]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +=[A](keyValuePair: (String, A))(implicit e: BsonValueEncoder[A]): Document
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add[A](keyValuePair: (String, A))(implicit e: BsonValueEncoder[A]): Document
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(key: String): Option[BsonValue]
- def getAs[A](key: String)(implicit d: BsonValueDecoder[A]): Option[A]
- def getBoolean(key: String): Option[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDocument(key: String): Option[Document]
- def getDouble(key: String): Option[Double]
- def getInt(key: String): Option[Int]
- def getList(key: String): Option[List[BsonValue]]
- def getLong(key: String): Option[Long]
- def getNested(jsonPath: String): Option[BsonValue]
- def getNestedAs[A](jsonPath: String)(implicit d: BsonValueDecoder[A]): Option[A]
- def getObjectId(key: String): Option[ObjectId]
- def getString(key: String): Option[String]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBsonDocument[TDocument](documentClass: Class[TDocument], codecRegistry: CodecRegistry): BsonDocument
- Definition Classes
- Document → Bson
- def toBsonDocument(): BsonDocument
- Definition Classes
- Document → Bson
- def toJson: String
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated