Trait/Object

reactivemongo.play.json

BSONFormats

Related Docs: object BSONFormats | package json

Permalink

sealed trait BSONFormats extends LowerImplicitBSONHandlers

JSON Formats for BSONValues.

Annotations
@deprecated
Deprecated

(Since version 0.19.2) Will be replaced reactivemongo.play.json.compat._ from reactivemongo-play-json-compat

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 PartialFormat[BSONArray]

    Permalink
  2. class BSONDocumentFormat extends PartialFormat[BSONDocument]

    Permalink
  3. trait PartialFormat[T <: BSONValue] extends Format[T] with PartialReads[T] with PartialWrites[T]

    Permalink
  4. trait PartialReads[T <: BSONValue] extends Reads[T]

    Permalink
  5. trait PartialWrites[T <: BSONValue] extends Writes[T]

    Permalink

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. implicit object BSONArrayFormat extends BSONArrayFormat

    Permalink
  7. implicit object BSONBinaryFormat extends PartialFormat[BSONBinary]

    Permalink
  8. implicit object BSONBooleanFormat extends PartialFormat[BSONBoolean]

    Permalink
  9. implicit object BSONDateTimeFormat extends PartialFormat[BSONDateTime]

    Permalink
  10. implicit object BSONDecimalFormat extends PartialFormat[BSONDecimal]

    Permalink
  11. implicit object BSONDocumentFormat extends BSONDocumentFormat

    Permalink
  12. implicit object BSONDoubleFormat extends PartialFormat[BSONDouble]

    Permalink
  13. implicit object BSONIntegerFormat extends PartialFormat[BSONInteger]

    Permalink
  14. implicit object BSONJavaScriptFormat extends PartialFormat[BSONJavaScript]

    Permalink
  15. implicit object BSONLongFormat extends PartialFormat[BSONLong]

    Permalink
  16. implicit object BSONMaxKeyFormat extends PartialFormat[BSONMaxKey.type]

    Permalink
  17. implicit object BSONMinKeyFormat extends PartialFormat[BSONMinKey.type]

    Permalink
  18. implicit object BSONNullFormat extends PartialFormat[BSONNull.type]

    Permalink
  19. implicit object BSONObjectIDFormat extends PartialFormat[BSONObjectID]

    Permalink
  20. implicit object BSONRegexFormat extends PartialFormat[BSONRegex]

    Permalink
  21. implicit object BSONStringFormat extends PartialFormat[BSONString]

    Permalink
  22. implicit object BSONSymbolFormat extends PartialFormat[BSONSymbol]

    Permalink
  23. implicit object BSONTimestampFormat extends PartialFormat[BSONTimestamp]

    Permalink
  24. implicit object BSONUndefinedFormat extends PartialFormat[BSONUndefined.type]

    Permalink
  25. implicit object BSONValueReads extends Reads[BSONValue]

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
  26. implicit object BSONValueWrites extends Writes[BSONValue]

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
  27. implicit def JsFieldBSONElementProducer[T <: JsValue](jsField: (String, T)): Producer[BSONElement]

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
    Annotations
    @SuppressWarnings()
  28. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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
  31. 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
  32. 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
  33. 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
  34. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. 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()
  38. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  41. implicit def jsWriter[A <: JsValue, B <: BSONValue]: BSONWriter[A, B]

    Permalink
    Definition Classes
    LowerImplicitBSONHandlers
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. val numberReads: PartialFunction[JsValue, JsResult[BSONValue]]

    Permalink
  46. def readAsBSONValue(json: JsValue)(implicit string: PartialReads[BSONString], objectID: PartialReads[BSONObjectID], javascript: PartialReads[BSONJavaScript], dateTime: PartialReads[BSONDateTime], timestamp: PartialReads[BSONTimestamp], binary: PartialReads[BSONBinary], regex: PartialReads[BSONRegex], double: PartialReads[BSONDouble], integer: PartialReads[BSONInteger], long: PartialReads[BSONLong], boolean: PartialReads[BSONBoolean], minKey: PartialReads[BSONMinKey.type], maxKey: PartialReads[BSONMaxKey.type], bnull: PartialReads[BSONNull.type], symbol: PartialReads[BSONSymbol], array: PartialReads[BSONArray], doc: PartialReads[BSONDocument], undef: PartialReads[BSONUndefined.type], decimal: PartialReads[BSONDecimal]): JsResult[BSONValue]

    Permalink
    Annotations
    @SuppressWarnings()
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toBSON(json: JsValue): JsResult[BSONValue]

    Permalink
  49. def toJSON(bson: BSONValue): JsValue

    Permalink
  50. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def writeAsJsValue(bson: BSONValue)(implicit string: PartialWrites[BSONString], objectID: PartialWrites[BSONObjectID], javascript: PartialWrites[BSONJavaScript], dateTime: PartialWrites[BSONDateTime], timestamp: PartialWrites[BSONTimestamp], binary: PartialWrites[BSONBinary], regex: PartialWrites[BSONRegex], double: PartialWrites[BSONDouble], integer: PartialWrites[BSONInteger], long: PartialWrites[BSONLong], boolean: PartialWrites[BSONBoolean], minKey: PartialWrites[BSONMinKey.type], maxKey: PartialWrites[BSONMaxKey.type], bnull: PartialWrites[BSONNull.type], symbol: PartialWrites[BSONSymbol], array: PartialWrites[BSONArray], doc: PartialWrites[BSONDocument], undef: PartialWrites[BSONUndefined.type], decimal: PartialWrites[BSONDecimal]): JsValue

    Permalink
    Annotations
    @SuppressWarnings()
  55. 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

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