trait DefaultBSONHandlers extends LowPrioBSONHandlers
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultBSONHandlers
- LowPrioBSONHandlers
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class BSONBooleanLikeReader[B <: BSONValue] extends BSONReader[B, BSONBooleanLike]
- class BSONNumberLikeReader[B <: BSONValue] extends BSONReader[B, BSONNumberLike]
- abstract class IdentityBSONConverter[T <: BSONValue] extends BSONReader[T, T] with BSONWriter[T, T]
- class BSONArrayCollectionReader[M[_], T] extends BSONReader[BSONArray, M[T]]
- Definition Classes
- LowPrioBSONHandlers
- class BSONArrayCollectionWriter[T, Repr] extends VariantBSONWriter[Repr, BSONArray]
- Definition Classes
- LowPrioBSONHandlers
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def MapReader[K, V](implicit keyReader: BSONReader[BSONString, K], valueReader: BSONReader[_ <: BSONValue, V]): BSONDocumentReader[Map[K, V]]
- implicit def MapWriter[K, V](implicit keyWriter: BSONWriter[K, BSONString], valueWriter: BSONWriter[V, _ <: BSONValue]): BSONDocumentWriter[Map[K, V]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def bsonArrayToCollectionReader[M[_], T](implicit cbf: Factory[T, M[T]], reader: BSONReader[_ <: BSONValue, T]): BSONReader[BSONArray, M[T]]
- Definition Classes
- LowPrioBSONHandlers
- implicit def bsonBooleanLikeReader[B <: BSONValue]: BSONBooleanLikeReader[B]
- implicit def bsonNumberLikeReader[B <: BSONValue]: BSONNumberLikeReader[B]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def collectionToBSONArrayCollectionWriter[T, Repr](implicit arg0: (Repr) => Iterable[T], writer: BSONWriter[T, _ <: BSONValue]): VariantBSONWriter[Repr, BSONArray]
- Definition Classes
- LowPrioBSONHandlers
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def findWriter[T](implicit writer: VariantBSONWriter[T, _ <: BSONValue]): BSONWriter[T, _ <: BSONValue]
- 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()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- implicit object BSONArrayIdentity extends IdentityBSONConverter[BSONArray]
- implicit object BSONBinaryHandler extends BSONHandler[BSONBinary, Array[Byte]]
- implicit object BSONBinaryIdentity extends IdentityBSONConverter[BSONBinary]
- implicit object BSONBooleanHandler extends BSONHandler[BSONBoolean, Boolean]
- implicit object BSONBooleanIdentity extends IdentityBSONConverter[BSONBoolean]
- implicit object BSONBooleanLikeWriter extends VariantBSONWriter[BSONBooleanLike, BSONValue]
- implicit object BSONDateTimeHandler extends BSONHandler[BSONDateTime, Date]
- implicit object BSONDateTimeIdentity extends IdentityBSONConverter[BSONDateTime]
- implicit object BSONDecimalHandler extends BSONHandler[BSONDecimal, BigDecimal]
- implicit object BSONDecimalIdentity extends IdentityBSONConverter[BSONDecimal]
- implicit object BSONDocumentIdentity extends IdentityBSONConverter[BSONDocument] with BSONDocumentReader[BSONDocument] with BSONDocumentWriter[BSONDocument]
- implicit object BSONDoubleHandler extends BSONHandler[BSONDouble, Double]
- implicit object BSONDoubleIdentity extends IdentityBSONConverter[BSONDouble]
- implicit object BSONIntegerHandler extends BSONHandler[BSONInteger, Int]
- implicit object BSONIntegerIdentity extends IdentityBSONConverter[BSONInteger]
- implicit object BSONJavaScriptIdentity extends BSONReader[BSONJavaScript, BSONJavaScript] with BSONWriter[BSONJavaScript, BSONJavaScript]
- implicit object BSONLongHandler extends BSONHandler[BSONLong, Long]
- implicit object BSONLongIdentity extends IdentityBSONConverter[BSONLong]
- implicit object BSONNullIdentity extends IdentityBSONConverter[BSONNull.type]
- implicit object BSONNumberLikeWriter extends VariantBSONWriter[BSONNumberLike, BSONValue]
- implicit object BSONObjectIDIdentity extends IdentityBSONConverter[BSONObjectID]
- implicit object BSONRegexIdentity extends IdentityBSONConverter[BSONRegex]
- implicit object BSONStringHandler extends BSONHandler[BSONString, String]
- implicit object BSONStringIdentity extends IdentityBSONConverter[BSONString]
- implicit object BSONUndefinedIdentity extends IdentityBSONConverter[BSONUndefined.type]
- implicit object BSONValueIdentity extends IdentityBSONConverter[BSONValue]
Deprecated Value Members
- 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.
- 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.