Packages

  • package root
    Definition Classes
    root
  • package reactivemongo
    Definition Classes
    root
  • package play
    Definition Classes
    reactivemongo
  • package json
    Definition Classes
    play
  • package compat

    Implicit conversions for handler & value types between play.api.libs.json and reactivemongo.api.bson.

    Implicit conversions for handler & value types between play.api.libs.json and reactivemongo.api.bson.

    import play.api.libs.json.JsValue
    import reactivemongo.api.bson.BSONValue
    
    import reactivemongo.play.json.compat._
    
    def foo(v: BSONValue): JsValue = v // ValueConverters.fromValue

    For more specific imports, see ValueConverters and HandlerConverters.

package json

Package Members

  1. package compat

    Implicit conversions for handler & value types between play.api.libs.json and reactivemongo.api.bson.

    Implicit conversions for handler & value types between play.api.libs.json and reactivemongo.api.bson.

    import play.api.libs.json.JsValue
    import reactivemongo.api.bson.BSONValue
    
    import reactivemongo.play.json.compat._
    
    def foo(v: BSONValue): JsValue = v // ValueConverters.fromValue

    For more specific imports, see ValueConverters and HandlerConverters.

Ungrouped