play.modules.reactivemongo.json

ImplicitBSONHandlers

sealed trait ImplicitBSONHandlers extends BSONFormats

Implicit BSON Handlers (BSONDocumentReader/BSONDocumentWriter for JsObject)

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ImplicitBSONHandlers
  2. BSONFormats
  3. LowerImplicitBSONHandlers
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BSONArrayFormat extends PartialFormat[BSONArray]

    Definition Classes
    BSONFormats
  2. class BSONDocumentFormat extends PartialFormat[BSONDocument]

    Definition Classes
    BSONFormats
  3. trait PartialFormat[T <: BSONValue] extends Format[T]

    Definition Classes
    BSONFormats

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. implicit object BSONArrayFormat extends BSONArrayFormat

    Definition Classes
    BSONFormats
  9. implicit object BSONBinaryFormat extends PartialFormat[BSONBinary]

    Definition Classes
    BSONFormats
  10. implicit object BSONBooleanFormat extends PartialFormat[BSONBoolean]

    Definition Classes
    BSONFormats
  11. implicit object BSONDateTimeFormat extends PartialFormat[BSONDateTime]

    Definition Classes
    BSONFormats
  12. implicit object BSONDocumentFormat extends BSONDocumentFormat

    Definition Classes
    BSONFormats
  13. implicit object BSONDocumentWrites extends Writer[BSONDocument]

  14. implicit object BSONDoubleFormat extends PartialFormat[BSONDouble]

    Definition Classes
    BSONFormats
  15. implicit object BSONIntegerFormat extends PartialFormat[BSONInteger]

    Definition Classes
    BSONFormats
  16. implicit object BSONLongFormat extends PartialFormat[BSONLong]

    Definition Classes
    BSONFormats
  17. implicit object BSONNullFormat extends PartialFormat[BSONNull.type]

    Definition Classes
    BSONFormats
  18. implicit object BSONObjectIDFormat extends PartialFormat[BSONObjectID]

    Definition Classes
    BSONFormats
  19. implicit object BSONRegexFormat extends PartialFormat[BSONRegex]

    Definition Classes
    BSONFormats
  20. implicit object BSONStringFormat extends PartialFormat[BSONString]

    Definition Classes
    BSONFormats
  21. implicit object BSONSymbolFormat extends PartialFormat[BSONSymbol]

    Definition Classes
    BSONFormats
  22. implicit object BSONTimestampFormat extends PartialFormat[BSONTimestamp]

    Definition Classes
    BSONFormats
  23. implicit object BSONUndefinedFormat extends PartialFormat[BSONUndefined.type]

    Definition Classes
    BSONFormats
  24. implicit object BSONValueReads extends Reads[BSONValue]

    Definition Classes
    LowerImplicitBSONHandlers
  25. implicit object BSONValueWrites extends Writes[BSONValue]

    Definition Classes
    LowerImplicitBSONHandlers
  26. implicit def JsFieldBSONElementProducer[T <: JsValue](jsField: (String, T)): Producer[BSONElement]

    Definition Classes
    LowerImplicitBSONHandlers
  27. implicit object JsObjectDocumentWriter extends Writer[JsObject]

  28. implicit object JsObjectReader extends BSONDocumentReader[JsObject]

  29. implicit object JsObjectWriter extends BSONDocumentWriter[JsObject]

  30. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def ensuring(cond: (ImplicitBSONHandlers) ⇒ Boolean, msg: ⇒ Any): ImplicitBSONHandlers

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def formatted(fmtstr: String): String

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

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

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

    Definition Classes
    Any
  43. implicit def jsWriter[A <: JsValue, B <: BSONValue]: BSONWriter[A, B]

    Definition Classes
    LowerImplicitBSONHandlers
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  47. val numberReads: PartialFunction[JsValue, JsResult[BSONValue]]

    Definition Classes
    BSONFormats
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toBSON(json: JsValue): JsResult[BSONValue]

    Definition Classes
    BSONFormats
  50. def toJSON(bson: BSONValue): JsValue

    Definition Classes
    BSONFormats
  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): (ImplicitBSONHandlers, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ImplicitBSONHandlers to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (implicitBSONHandlers: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ImplicitBSONHandlers to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (implicitBSONHandlers: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ImplicitBSONHandlers

    Implicit information
    This member is added by an implicit conversion from ImplicitBSONHandlers to ArrowAssoc[ImplicitBSONHandlers] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (implicitBSONHandlers: ArrowAssoc[ImplicitBSONHandlers]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ImplicitBSONHandlers

    Implicit information
    This member is added by an implicit conversion from ImplicitBSONHandlers to Ensuring[ImplicitBSONHandlers] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (implicitBSONHandlers: Ensuring[ImplicitBSONHandlers]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from BSONFormats

Inherited from LowerImplicitBSONHandlers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ImplicitBSONHandlers to StringAdd

Inherited by implicit conversion any2stringfmt from ImplicitBSONHandlers to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ImplicitBSONHandlers to ArrowAssoc[ImplicitBSONHandlers]

Inherited by implicit conversion any2Ensuring from ImplicitBSONHandlers to Ensuring[ImplicitBSONHandlers]

Ungrouped