Object/Trait

play.modules.reactivemongo.json

ImplicitBSONHandlers

Related Docs: trait ImplicitBSONHandlers | package json

Permalink

object ImplicitBSONHandlers extends ImplicitBSONHandlers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplicitBSONHandlers
  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. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BSONDocumentWrites extends Writer[BSONDocument]

    Permalink
    Definition Classes
    ImplicitBSONHandlers
  5. implicit object JsObjectDocumentWriter extends Writer[JsObject]

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

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

    Permalink
    Definition Classes
    ImplicitBSONHandlers
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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. def toBSON(json: JsValue): JsResult[BSONValue]

    Permalink
    Definition Classes
    BSONFormats
    Annotations
    @deprecated
    Deprecated

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

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