Package

play.modules.reactivemongo

json

Permalink

package json

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. ImplicitBSONHandlers
  3. BSONFormats
  4. LowerImplicitBSONHandlers
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BSONFormats extends LowerImplicitBSONHandlers

    Permalink

    JSON Formats for BSONValues.

  2. sealed trait LowerImplicitBSONHandlers extends AnyRef

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  5. sealed trait ImplicitBSONHandlers extends BSONFormats

    Permalink

    Implicit BSON Handlers (BSONDocumentReader/BSONDocumentWriter for JsObject)

    Implicit BSON Handlers (BSONDocumentReader/BSONDocumentWriter for JsObject)

    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

Value Members

  1. implicit object BSONDocumentWrites extends Writer[BSONDocument]

    Permalink
    Definition Classes
    ImplicitBSONHandlers
  2. object ImplicitBSONHandlers extends ImplicitBSONHandlers

    Permalink
  3. implicit object JsObjectDocumentWriter extends Writer[JsObject]

    Permalink
    Definition Classes
    ImplicitBSONHandlers
  4. implicit object JsObjectReader extends BSONDocumentReader[JsObject]

    Permalink
    Definition Classes
    ImplicitBSONHandlers
  5. implicit object JsObjectWriter extends BSONDocumentWriter[JsObject]

    Permalink
    Definition Classes
    ImplicitBSONHandlers
  6. object Writers

    Permalink
  7. package collection

    Permalink
  8. package commands

    Permalink

Deprecated Value Members

  1. implicit object BSONArrayFormat extends BSONArrayFormat

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  2. implicit val BSONBinaryFormat: PartialFormat[BSONBinary]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  3. implicit val BSONBooleanFormat: PartialFormat[BSONBoolean]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  4. implicit val BSONDateTimeFormat: PartialFormat[BSONDateTime]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  5. implicit object BSONDocumentFormat extends BSONDocumentFormat

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  6. implicit val BSONDoubleFormat: PartialFormat[BSONDouble]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  7. object BSONFormats extends BSONFormats

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.BSONFormats

  8. implicit val BSONIntegerFormat: PartialFormat[BSONInteger]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  9. implicit val BSONLongFormat: PartialFormat[BSONLong]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  11. implicit val BSONObjectIDFormat: PartialFormat[BSONObjectID]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  12. implicit val BSONRegexFormat: PartialFormat[BSONRegex]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  13. implicit val BSONStringFormat: PartialFormat[BSONString]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  14. implicit val BSONSymbolFormat: PartialFormat[BSONSymbol]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  15. implicit val BSONTimestampFormat: PartialFormat[BSONTimestamp]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  16. 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

  17. 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

  18. object JSONSerializationPack extends SerializationPack

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.JSONSerializationPack

  19. 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

  20. 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

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  22. val readOpt: reactivemongo.play.json.readOpt.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.9) Use reactivemongo.play.json.readOpt

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  24. def toJSON(bson: BSONValue): JsValue

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

Inherited from ImplicitBSONHandlers

Inherited from BSONFormats

Inherited from LowerImplicitBSONHandlers

Inherited from AnyRef

Inherited from Any

Ungrouped