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
  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. final def ==(arg0: Any): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Ungrouped