Packages

trait DefaultBSONHandlers extends LowPrioBSONHandlers

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultBSONHandlers
  2. LowPrioBSONHandlers
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class BSONBooleanLikeReader[B <: BSONValue] extends BSONReader[B, BSONBooleanLike]
  2. class BSONNumberLikeReader[B <: BSONValue] extends BSONReader[B, BSONNumberLike]
  3. abstract class IdentityBSONConverter[T <: BSONValue] extends BSONReader[T, T] with BSONWriter[T, T]
  4. class BSONArrayCollectionReader[M[_], T] extends BSONReader[BSONArray, M[T]]
    Definition Classes
    LowPrioBSONHandlers
  5. class BSONArrayCollectionWriter[T, Repr] extends VariantBSONWriter[Repr, BSONArray]
    Definition Classes
    LowPrioBSONHandlers

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
    This member is added by an implicit conversion from DefaultBSONHandlers toany2stringadd[DefaultBSONHandlers] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DefaultBSONHandlers, B)
    Implicit
    This member is added by an implicit conversion from DefaultBSONHandlers toArrowAssoc[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 def MapReader[K, V](implicit keyReader: BSONReader[BSONString, K], valueReader: BSONReader[_ <: BSONValue, V]): BSONDocumentReader[Map[K, V]]
  7. implicit def MapWriter[K, V](implicit keyWriter: BSONWriter[K, BSONString], valueWriter: BSONWriter[V, _ <: BSONValue]): BSONDocumentWriter[Map[K, V]]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit def bsonArrayToCollectionReader[M[_], T](implicit cbf: Factory[T, M[T]], reader: BSONReader[_ <: BSONValue, T]): BSONReader[BSONArray, M[T]]
    Definition Classes
    LowPrioBSONHandlers
  10. implicit def bsonBooleanLikeReader[B <: BSONValue]: BSONBooleanLikeReader[B]
  11. implicit def bsonNumberLikeReader[B <: BSONValue]: BSONNumberLikeReader[B]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. implicit def collectionToBSONArrayCollectionWriter[T, Repr](implicit arg0: (Repr) => Iterable[T], writer: BSONWriter[T, _ <: BSONValue]): VariantBSONWriter[Repr, BSONArray]
    Definition Classes
    LowPrioBSONHandlers
  14. def ensuring(cond: (DefaultBSONHandlers) => Boolean, msg: => Any): DefaultBSONHandlers
    Implicit
    This member is added by an implicit conversion from DefaultBSONHandlers toEnsuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (DefaultBSONHandlers) => Boolean): DefaultBSONHandlers
    Implicit
    This member is added by an implicit conversion from DefaultBSONHandlers toEnsuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): DefaultBSONHandlers
    Implicit
    This member is added by an implicit conversion from DefaultBSONHandlers toEnsuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): DefaultBSONHandlers
    Implicit
    This member is added by an implicit conversion from DefaultBSONHandlers toEnsuring[DefaultBSONHandlers] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. implicit def findWriter[T](implicit writer: VariantBSONWriter[T, _ <: BSONValue]): BSONWriter[T, _ <: BSONValue]
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DefaultBSONHandlers toStringFormat[DefaultBSONHandlers] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. implicit object BSONArrayIdentity extends IdentityBSONConverter[BSONArray]
  34. implicit object BSONBinaryHandler extends BSONHandler[BSONBinary, Array[Byte]]
  35. implicit object BSONBinaryIdentity extends IdentityBSONConverter[BSONBinary]
  36. implicit object BSONBooleanHandler extends BSONHandler[BSONBoolean, Boolean]
  37. implicit object BSONBooleanIdentity extends IdentityBSONConverter[BSONBoolean]
  38. implicit object BSONBooleanLikeWriter extends VariantBSONWriter[BSONBooleanLike, BSONValue]
  39. implicit object BSONDateTimeHandler extends BSONHandler[BSONDateTime, Date]
  40. implicit object BSONDateTimeIdentity extends IdentityBSONConverter[BSONDateTime]
  41. implicit object BSONDecimalHandler extends BSONHandler[BSONDecimal, BigDecimal]
  42. implicit object BSONDecimalIdentity extends IdentityBSONConverter[BSONDecimal]
  43. implicit object BSONDocumentIdentity extends IdentityBSONConverter[BSONDocument] with BSONDocumentReader[BSONDocument] with BSONDocumentWriter[BSONDocument]
  44. implicit object BSONDoubleHandler extends BSONHandler[BSONDouble, Double]
  45. implicit object BSONDoubleIdentity extends IdentityBSONConverter[BSONDouble]
  46. implicit object BSONIntegerHandler extends BSONHandler[BSONInteger, Int]
  47. implicit object BSONIntegerIdentity extends IdentityBSONConverter[BSONInteger]
  48. implicit object BSONJavaScriptIdentity extends BSONReader[BSONJavaScript, BSONJavaScript] with BSONWriter[BSONJavaScript, BSONJavaScript]
  49. implicit object BSONLongHandler extends BSONHandler[BSONLong, Long]
  50. implicit object BSONLongIdentity extends IdentityBSONConverter[BSONLong]
  51. implicit object BSONNullIdentity extends IdentityBSONConverter[BSONNull.type]
  52. implicit object BSONNumberLikeWriter extends VariantBSONWriter[BSONNumberLike, BSONValue]
  53. implicit object BSONObjectIDIdentity extends IdentityBSONConverter[BSONObjectID]
  54. implicit object BSONRegexIdentity extends IdentityBSONConverter[BSONRegex]
  55. implicit object BSONStringHandler extends BSONHandler[BSONString, String]
  56. implicit object BSONStringIdentity extends IdentityBSONConverter[BSONString]
  57. implicit object BSONUndefinedIdentity extends IdentityBSONConverter[BSONUndefined.type]
  58. implicit object BSONValueIdentity extends IdentityBSONConverter[BSONValue]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (DefaultBSONHandlers, B)
    Implicit
    This member is added by an implicit conversion from DefaultBSONHandlers toArrowAssoc[DefaultBSONHandlers] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from LowPrioBSONHandlers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDefaultBSONHandlers to any2stringadd[DefaultBSONHandlers]

Inherited by implicit conversion StringFormat fromDefaultBSONHandlers to StringFormat[DefaultBSONHandlers]

Inherited by implicit conversion Ensuring fromDefaultBSONHandlers to Ensuring[DefaultBSONHandlers]

Inherited by implicit conversion ArrowAssoc fromDefaultBSONHandlers to ArrowAssoc[DefaultBSONHandlers]

Ungrouped