Packages

object extended extends ExtendedJsonConverters

Linear Supertypes
ExtendedJsonConverters, TemporalObjectConverters, LowPriority1ExtendedJson, SharedValueConverters, SharedValueConvertersLowPriority1, ExtendedJsonCompat, FromToValue, ToValue, FromValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. extended
  2. ExtendedJsonConverters
  3. TemporalObjectConverters
  4. LowPriority1ExtendedJson
  5. SharedValueConverters
  6. SharedValueConvertersLowPriority1
  7. ExtendedJsonCompat
  8. FromToValue
  9. ToValue
  10. FromValue
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type JsonJavaScript = JsObject
    Definition Classes
    ExtendedJsonConverters → FromValue
  2. final type JsonNumber = JsObject

    JSON representation for numbers

    JSON representation for numbers

    Definition Classes
    ExtendedJsonConverters → FromValue
  3. final type JsonObjectID = JsObject
    Definition Classes
    ExtendedJsonConverters → FromValue
  4. final type JsonSymbol = JsObject
    Definition Classes
    ExtendedJsonConverters → FromValue
  5. type JsonTime = JsObject
    Definition Classes
    TemporalObjectConverters

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. implicit final def fromArray(arr: BSONArray): JsArray
    Definition Classes
    FromValue
  10. implicit final def fromBinary(bin: BSONBinary): JsObject

    See syntax:

    See syntax:

    { "$binary": { "base64": "<payload>", "subType": "<t>" } }

    Definition Classes
    SharedValueConverters
  11. implicit final def fromBoolean(bson: BSONBoolean): JsBoolean
    Definition Classes
    SharedValueConverters
  12. implicit def fromDateTime(bson: BSONDateTime): JsObject

    See syntax:

    See syntax:

    { "$date": { "$numberLong": "<millis>" } }

    Definition Classes
    TemporalObjectConverters
  13. implicit final def fromDecimal(bson: BSONDecimal): JsObject
    Definition Classes
    SharedValueConverters
  14. implicit def fromDocument(bson: BSONDocument)(implicit conv: FromValue): JsObject
    Definition Classes
    SharedValueConverters
  15. implicit final def fromDouble(bson: BSONDouble): JsObject

    See syntax;

    See syntax;

    - For finite numbers: { "$numberDouble": "<decimal string>" } - For other numbers: { "$numberDouble": <"Infinity"|"-Infinity"|"NaN"> }

    Definition Classes
    ExtendedJsonConverters → FromValue
    See also

    dsl.double

  16. implicit final def fromInteger(bson: BSONInteger): JsObject

    See syntax:

    See syntax:

    { "$numberInt": "<number>" }

    Definition Classes
    ExtendedJsonConverters → FromValue
    See also

    dsl.int

  17. implicit def fromJavaScript(bson: BSONJavaScript): JsObject

    See syntax:

    See syntax:

    { "$code": "<javascript>" }

    Definition Classes
    ExtendedJsonConverters → FromValue
    Annotations
    @inline()
  18. implicit final def fromJavaScriptWS(bson: BSONJavaScriptWS): JsObject

    See syntax:

    See syntax:

    { "$code": "<javascript>", "$scope": { } }

    Definition Classes
    SharedValueConverters
  19. implicit final def fromLong(bson: BSONLong): JsObject

    See syntax:

    See syntax:

    { "$numberLong": "<number>" }

    Definition Classes
    ExtendedJsonConverters → FromValue
    See also

    dsl.long

  20. implicit final val fromMaxKey: (BSONMaxKey) ⇒ JsObject

    See syntax:

    See syntax:

    { "$maxKey": 1 }

    Definition Classes
    FromValue
  21. implicit final val fromMinKey: (BSONMinKey) ⇒ JsObject

    See syntax:

    See syntax:

    { "$minKey": 1 }

    Definition Classes
    FromValue
  22. implicit val fromNull: (BSONNull) ⇒ JsNull.type
    Definition Classes
    FromValue
  23. implicit final def fromObject(js: JsObject): BSONValue
    Definition Classes
    SharedValueConverters
  24. implicit final def fromObjectID(bson: BSONObjectID): JsObject

    See syntax:

    See syntax:

    { "$oid": "<ObjectId bytes>" }

    Definition Classes
    ExtendedJsonConverters → FromValue
    See also

    dsl.objectID

  25. implicit final def fromRegex(rx: BSONRegex): JsObject

    See syntax:

    See syntax:

    { "$regularExpression": { "pattern": "<regexPattern>", "options": "<options>" } }

    Definition Classes
    SharedValueConverters
  26. implicit final def fromStr(bson: BSONString): JsString
    Definition Classes
    FromValue
  27. implicit final def fromSymbol(bson: BSONSymbol): JsObject

    See syntax:

    See syntax:

    { "$symbol": "<name>" }

    Definition Classes
    ExtendedJsonConverters → FromValue
    Annotations
    @inline()
    See also

    dsl.symbol

  28. implicit def fromTimestamp(ts: BSONTimestamp): JsObject

    See syntax:

    See syntax:

    { "$timestamp": {"t": <t>, "i": } }`

    Definition Classes
    TemporalObjectConverters
  29. implicit final val fromUndefined: (BSONUndefined) ⇒ JsObject

    See syntax:

    See syntax:

    { "$undefined": true }

    Definition Classes
    FromValue
  30. implicit def fromValue: FromValue
    Annotations
    @inline()
  31. implicit final def fromValue(bson: BSONValue): JsValue
    Definition Classes
    LowPriority1ExtendedJson
    Annotations
    @inline()
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def jsonJavaScript(bson: BSONJavaScript): JsObject
    Attributes
    protected
    Definition Classes
    SharedValueConverters
  36. final def jsonValue(bson: BSONValue)(implicit conv: FromValue): JsValue
    Attributes
    protected
    Definition Classes
    FromValue
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. implicit final def toArray(arr: JsArray): BSONArray
    Definition Classes
    ToValue
  42. implicit final def toBoolean(js: JsBoolean): BSONBoolean
    Definition Classes
    ToValue
  43. implicit final def toDocument(js: JsObject): BSONDocument
    Definition Classes
    SharedValueConvertersLowPriority1
  44. implicit final val toFalse: (play.api.libs.json.JsFalse.type) ⇒ BSONBoolean
    Definition Classes
    ExtendedJsonCompat
  45. implicit final def toJsValueWrapper[T <: BSONValue](value: T): JsValueWrapper
    Definition Classes
    ToValue
  46. implicit final val toNull: (JsNull.type) ⇒ BSONNull
    Definition Classes
    ToValue
  47. implicit final def toNumber(js: JsNumber): BSONValue
    Definition Classes
    SharedValueConverters
  48. implicit final def toStr(js: JsString): BSONValue
    Definition Classes
    ToValue
    Annotations
    @SuppressWarnings()
  49. def toString(): String
    Definition Classes
    extended → AnyRef → Any
  50. implicit final val toTrue: (play.api.libs.json.JsTrue.type) ⇒ BSONBoolean
    Definition Classes
    ExtendedJsonCompat
  51. implicit def toValue: ToValue
    Annotations
    @inline()
  52. implicit final def toValue(js: JsValue): BSONValue
    Definition Classes
    SharedValueConvertersLowPriority1
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ExtendedJsonConverters

Inherited from TemporalObjectConverters

Inherited from LowPriority1ExtendedJson

Inherited from SharedValueConverters

Inherited from SharedValueConvertersLowPriority1

Inherited from ExtendedJsonCompat

Inherited from FromToValue

Inherited from ToValue

Inherited from FromValue

Inherited from AnyRef

Inherited from Any

Ungrouped