Package

play.modules.reactivemongo

json

Permalink

package json

Linear Supertypes
ImplicitBSONHandlers, BSONFormats, LowerImplicitBSONHandlers, AnyRef, Any
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. 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

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

  3. 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. implicit object JsObjectDocumentWriter extends Writer[JsObject]

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

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

    Permalink
    Definition Classes
    ImplicitBSONHandlers

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. implicit val BSONIntegerFormat: PartialFormat[BSONInteger]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  8. implicit val BSONLongFormat: PartialFormat[BSONLong]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  10. implicit val BSONObjectIDFormat: PartialFormat[BSONObjectID]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  11. implicit val BSONRegexFormat: PartialFormat[BSONRegex]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  12. implicit val BSONStringFormat: PartialFormat[BSONString]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  13. implicit val BSONSymbolFormat: PartialFormat[BSONSymbol]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

  14. implicit val BSONTimestampFormat: PartialFormat[BSONTimestamp]

    Permalink
    Definition Classes
    BSONFormats
    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
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

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