play.modules.reactivemongo.json

BSONFormats

sealed trait BSONFormats extends LowerImplicitBSONHandlers

JSON Formats for BSONValues.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BSONFormats
  2. LowerImplicitBSONHandlers
  3. AnyRef
  4. 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]

  2. class BSONDocumentFormat extends PartialFormat[BSONDocument]

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

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 BSONFormats to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (BSONFormats, B)

    Implicit information
    This member is added by an implicit conversion from BSONFormats to ArrowAssoc[BSONFormats] 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

  9. implicit object BSONBinaryFormat extends PartialFormat[BSONBinary]

  10. implicit object BSONBooleanFormat extends PartialFormat[BSONBoolean]

  11. implicit object BSONDateTimeFormat extends PartialFormat[BSONDateTime]

  12. implicit object BSONDocumentFormat extends BSONDocumentFormat

  13. implicit object BSONDoubleFormat extends PartialFormat[BSONDouble]

  14. implicit object BSONIntegerFormat extends PartialFormat[BSONInteger]

  15. implicit object BSONLongFormat extends PartialFormat[BSONLong]

  16. implicit object BSONNullFormat extends PartialFormat[BSONNull.type]

  17. implicit object BSONObjectIDFormat extends PartialFormat[BSONObjectID]

  18. implicit object BSONRegexFormat extends PartialFormat[BSONRegex]

  19. implicit object BSONStringFormat extends PartialFormat[BSONString]

  20. implicit object BSONSymbolFormat extends PartialFormat[BSONSymbol]

  21. implicit object BSONTimestampFormat extends PartialFormat[BSONTimestamp]

  22. implicit object BSONUndefinedFormat extends PartialFormat[BSONUndefined.type]

  23. implicit object BSONValueReads extends Reads[BSONValue]

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

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

    Definition Classes
    LowerImplicitBSONHandlers
  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

  46. def toJSON(bson: BSONValue): JsValue

  47. def toString(): String

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from BSONFormats to ArrowAssoc[BSONFormats] 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 BSONFormats 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:
    (bSONFormats: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from BSONFormats 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:
    (bSONFormats: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: BSONFormats

    Implicit information
    This member is added by an implicit conversion from BSONFormats to ArrowAssoc[BSONFormats] 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:
    (bSONFormats: ArrowAssoc[BSONFormats]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: BSONFormats

    Implicit information
    This member is added by an implicit conversion from BSONFormats to Ensuring[BSONFormats] 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:
    (bSONFormats: Ensuring[BSONFormats]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from LowerImplicitBSONHandlers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from BSONFormats to StringAdd

Inherited by implicit conversion any2stringfmt from BSONFormats to StringFormat

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

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

Ungrouped