reactivemongo.bson

DefaultBSONHandlers

trait DefaultBSONHandlers extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultBSONHandlers
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BSONArrayCollectionReader[M[_], T] extends BSONReader[BSONArray, M[T]]

  2. class BSONArrayCollectionWriter[T, Repr] extends VariantBSONWriter[Repr, BSONArray]

  3. class BSONBooleanLikeReader[B <: BSONValue] extends BSONReader[B, BSONBooleanLike]

  4. class BSONNumberLikeReader[B <: BSONValue] extends BSONReader[B, BSONNumberLike]

  5. abstract class IdentityBSONConverter[T <: BSONValue] extends BSONReader[T, T] with BSONWriter[T, T]

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to any2stringadd[DefaultBSONHandlers] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DefaultBSONHandlers, B)

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to ArrowAssoc[DefaultBSONHandlers] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. implicit object BSONArrayIdentity extends IdentityBSONConverter[BSONArray]

  7. implicit object BSONBinaryIdentity extends IdentityBSONConverter[BSONBinary]

  8. implicit object BSONBooleanHandler extends BSONHandler[BSONBoolean, Boolean]

  9. implicit object BSONBooleanIdentity extends IdentityBSONConverter[BSONBoolean]

  10. implicit object BSONBooleanLikeWriter extends VariantBSONWriter[BSONBooleanLike, BSONValue]

  11. implicit object BSONDateTimeIdentity extends IdentityBSONConverter[BSONDateTime]

  12. implicit object BSONDocumentIdentity extends IdentityBSONConverter[BSONDocument] with BSONDocumentReader[BSONDocument] with BSONDocumentWriter[BSONDocument]

  13. implicit object BSONDoubleHandler extends BSONHandler[BSONDouble, Double]

  14. implicit object BSONDoubleIdentity extends IdentityBSONConverter[BSONDouble]

  15. implicit object BSONIntegerHandler extends BSONHandler[BSONInteger, Int]

  16. implicit object BSONIntegerIdentity extends IdentityBSONConverter[BSONInteger]

  17. implicit object BSONJavaScriptIdentity extends BSONReader[BSONJavaScript, BSONJavaScript] with BSONWriter[BSONJavaScript, BSONJavaScript]

  18. implicit object BSONLongHandler extends BSONHandler[BSONLong, Long]

  19. implicit object BSONLongIdentity extends IdentityBSONConverter[BSONLong]

  20. implicit object BSONNullIdentity extends IdentityBSONConverter[BSONNull.type]

  21. implicit object BSONNumberLikeWriter extends VariantBSONWriter[BSONNumberLike, BSONValue]

  22. implicit object BSONObjectIDIdentity extends IdentityBSONConverter[BSONObjectID]

  23. implicit object BSONRegexIdentity extends IdentityBSONConverter[BSONRegex]

  24. implicit object BSONStringHandler extends BSONHandler[BSONString, String]

  25. implicit object BSONStringIdentity extends IdentityBSONConverter[BSONString]

  26. implicit object BSONUndefinedIdentity extends IdentityBSONConverter[BSONUndefined.type]

  27. implicit object BSONValueIdentity extends IdentityBSONConverter[BSONValue]

  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. implicit def bsonArrayToCollectionReader[M[_], T](implicit cbf: CanBuildFrom[M[_], T, M[T]], reader: BSONReader[_ <: BSONValue, T]): BSONReader[BSONArray, M[T]]

  30. implicit def bsonBooleanLikeReader[B <: BSONValue]: BSONBooleanLikeReader[B]

  31. implicit def bsonNumberLikeReader[B <: BSONValue]: BSONNumberLikeReader[B]

  32. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. implicit def collectionToBSONArrayCollectionWriter[T, Repr](implicit arg0: (Repr) ⇒ Traversable[T], writer: BSONWriter[T, _ <: BSONValue]): VariantBSONWriter[Repr, BSONArray]

  34. def ensuring(cond: (DefaultBSONHandlers) ⇒ Boolean, msg: ⇒ Any): DefaultBSONHandlers

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to Ensuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: (DefaultBSONHandlers) ⇒ Boolean): DefaultBSONHandlers

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to Ensuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean, msg: ⇒ Any): DefaultBSONHandlers

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to Ensuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: Boolean): DefaultBSONHandlers

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to Ensuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. implicit def findReader[T](implicit reader: VariantBSONReader[_ <: BSONValue, T]): BSONReader[_ <: BSONValue, T]

  42. implicit def findWriter[T](implicit writer: VariantBSONWriter[T, _ <: BSONValue]): BSONWriter[T, _ <: BSONValue]

  43. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to StringFormat[DefaultBSONHandlers] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def [B](y: B): (DefaultBSONHandlers, B)

    Implicit information
    This member is added by an implicit conversion from DefaultBSONHandlers to ArrowAssoc[DefaultBSONHandlers] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DefaultBSONHandlers to any2stringadd[DefaultBSONHandlers]

Inherited by implicit conversion StringFormat from DefaultBSONHandlers to StringFormat[DefaultBSONHandlers]

Inherited by implicit conversion Ensuring from DefaultBSONHandlers to Ensuring[DefaultBSONHandlers]

Inherited by implicit conversion ArrowAssoc from DefaultBSONHandlers to ArrowAssoc[DefaultBSONHandlers]

Ungrouped