Package

play.modules.reactivemongo.json

commands

Permalink

package commands

Visibility
  1. Public
  2. All

Type Members

  1. case class DefaultJSONCommandError(code: Option[Int], errmsg: Option[String], originalDocument: JsObject) extends Exception with JSONCommandError with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.commands.DefaultJSONCommandError

  2. trait JSONCommandError extends Exception with CommandError

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.commands.JSONCommandError

Deprecated Value Members

  1. object CommonImplicits

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.commands.CommonImplicits

  2. object JSONAggregationFramework extends AggregationFramework[reactivemongo.play.json.JSONSerializationPack.type]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.commands.JSONAggregationFramework

  3. object JSONAggregationImplicits

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.commands.JSONAggregationImplicits

  4. object JSONFindAndModifyCommand extends FindAndModifyCommand[reactivemongo.play.json.JSONSerializationPack.type]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.commands.JSONFindAndModifyCommand

  5. object JSONFindAndModifyImplicits

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.play.json.commands.JSONFindAndModifyImplicits

Ungrouped