Trait/Object

play.modules.reactivemongo.json

BSONFormats

Related Docs: object BSONFormats | package json

Permalink

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 StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BSONArrayFormat extends reactivemongo.play.json.BSONFormats.BSONArrayFormat with PartialFormat[BSONArray]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONArrayFormat

  2. class BSONDocumentFormat extends reactivemongo.play.json.BSONFormats.BSONDocumentFormat with PartialFormat[BSONDocument]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONDocumentFormat

  3. trait PartialFormat[T <: BSONValue] extends reactivemongo.play.json.BSONFormats.PartialFormat[T]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.PartialFormat

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

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

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

Deprecated Value Members

  1. implicit object BSONArrayFormat extends BSONArrayFormat

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONArrayFormat

  2. implicit val BSONBinaryFormat: PartialFormat[BSONBinary]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONBinaryFormat

  3. implicit val BSONBooleanFormat: PartialFormat[BSONBoolean]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONBooleanFormat

  4. implicit val BSONDateTimeFormat: PartialFormat[BSONDateTime]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONDateTimeFormat

  5. implicit object BSONDocumentFormat extends BSONDocumentFormat

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONDocumentFormat

  6. implicit val BSONDoubleFormat: PartialFormat[BSONDouble]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONDoubleFormat

  7. implicit val BSONIntegerFormat: PartialFormat[BSONInteger]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONIntegerFormat

  8. implicit val BSONLongFormat: PartialFormat[BSONLong]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONLongFormat

  9. implicit val BSONNullFormat: PartialFormat[BSONNull.type]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONNullFormat

  10. implicit val BSONObjectIDFormat: PartialFormat[BSONObjectID]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONObjectIDFormat

  11. implicit val BSONRegexFormat: PartialFormat[BSONRegex]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONRegexFormat

  12. implicit val BSONStringFormat: PartialFormat[BSONString]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONStringFormat

  13. implicit val BSONSymbolFormat: PartialFormat[BSONSymbol]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONSymbolFormat

  14. implicit val BSONTimestampFormat: PartialFormat[BSONTimestamp]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONTimestampFormat

  15. implicit val BSONValueReads: reactivemongo.play.json.BSONFormats.BSONValueReads.type

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONValueReads

  16. implicit val BSONValueWrites: reactivemongo.play.json.BSONFormats.BSONValueWrites.type

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.BSONValueWrites

  17. implicit def JsFieldBSONElementProducer[T <: JsValue](jsField: (String, T)): Producer[BSONElement]

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.JsFieldBSONElementProducer

  18. implicit def jsWriter[A <: JsValue, B <: BSONValue]: BSONWriter[A, B]

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.jsWriter

  19. val numberReads: PartialFunction[JsValue, JsResult[BSONValue]]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.numberReads

  20. def toBSON(json: JsValue): JsResult[BSONValue]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.toBSON

  21. def toJSON(bson: BSONValue): JsValue

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.toJSON

Inherited from LowerImplicitBSONHandlers

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped