Packages

class BSONDBPointer extends BSONValue

BSON DBPointer value.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONDBPointer
  2. BSONValue
  3. AnyRef
  4. Any
Implicitly
  1. by ExtendedBSONValue
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def as[T](implicit reader: BSONReader[BSONDBPointer, T]): T
    Implicit
    This member is added by an implicit conversion from BSONDBPointer toExtendedBSONValue[BSONDBPointer] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  2. def asOpt[T](implicit reader: BSONReader[BSONDBPointer, T]): Option[T]
    Implicit
    This member is added by an implicit conversion from BSONDBPointer toExtendedBSONValue[BSONDBPointer] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  3. def asTry[T](implicit reader: BSONReader[BSONDBPointer, T]): Try[T]
    Implicit
    This member is added by an implicit conversion from BSONDBPointer toExtendedBSONValue[BSONDBPointer] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  4. val bson: BSONDBPointer
    Implicit
    This member is added by an implicit conversion from BSONDBPointer toExtendedBSONValue[BSONDBPointer] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  5. val code: Byte

    The code indicating the BSON type for this value

    The code indicating the BSON type for this value

    Definition Classes
    BSONDBPointerBSONValue
  6. def equals(that: Any): Boolean
    Definition Classes
    BSONDBPointer → AnyRef → Any
  7. def hashCode(): Int
    Definition Classes
    BSONDBPointer → AnyRef → Any
  8. val objectId: BSONObjectID

    The BSONObjectID representation of this reference.

  9. def seeAsOpt[T](implicit reader: BSONReader[_ <: BSONValue, T]): Option[T]
    Implicit
    This member is added by an implicit conversion from BSONDBPointer toExtendedBSONValue[BSONDBPointer] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  10. def seeAsTry[T](implicit reader: BSONReader[_ <: BSONValue, T]): Try[T]
    Implicit
    This member is added by an implicit conversion from BSONDBPointer toExtendedBSONValue[BSONDBPointer] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  11. lazy val toString: String
    Definition Classes
    BSONDBPointer → AnyRef → Any
  12. val value: String