Trait/Object

reactivemongo.play.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
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 BSONDocumentFormat extends BSONDocumentFormat

    Permalink
  11. implicit object BSONDoubleFormat extends PartialFormat[BSONDouble]

    Permalink
  12. implicit object BSONIntegerFormat extends PartialFormat[BSONInteger]

    Permalink
  13. implicit object BSONJavaScriptFormat extends PartialFormat[BSONJavaScript]

    Permalink
  14. implicit object BSONLongFormat extends PartialFormat[BSONLong]

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

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

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

    Permalink
  18. implicit object BSONObjectIDFormat extends PartialFormat[BSONObjectID]

    Permalink
  19. implicit object BSONRegexFormat extends PartialFormat[BSONRegex]

    Permalink
  20. implicit object BSONStringFormat extends PartialFormat[BSONString]

    Permalink
  21. implicit object BSONSymbolFormat extends PartialFormat[BSONSymbol]

    Permalink
  22. implicit object BSONTimestampFormat extends PartialFormat[BSONTimestamp]

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

    Permalink
  24. implicit object BSONValueReads extends Reads[BSONValue]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  45. 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]): JsResult[BSONValue]

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

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

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

    Permalink
  49. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. 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]): JsValue

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