Package

reactivemongo.play.json

collection

Permalink

package collection

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. collection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class JSONCollection extends GenericCollection[JSONSerializationPack.type] with CollectionMetaCommands

    Permalink

    A Collection that interacts with the Play JSON library, using Reads and Writes.

  2. sealed trait JsCursor[T] extends Cursor[T]

    Permalink
  3. class JsCursorImpl[T] extends JsCursor[T] with WrappedCursor[T]

    Permalink
  4. class JsFlattenedCursor[T] extends FlattenedCursor[T] with JsCursor[T]

    Permalink
  5. case class JSONQueryBuilder(collection: Collection, failoverStrategy: FailoverStrategy, queryOption: Option[JsObject] = None, sortOption: Option[JsObject] = None, projectionOption: Option[JsObject] = None, hintOption: Option[JsObject] = None, explainFlag: Boolean = false, snapshotFlag: Boolean = false, commentString: Option[String] = None, options: QueryOpts = QueryOpts(), maxTimeMsOption: Option[Long] = None) extends GenericQueryBuilder[JSONSerializationPack.type] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID() @SuppressWarnings() @deprecated
    Deprecated

    (Since version 0.16.0) Useless, will be remove

Value Members

  1. object Helpers

    Permalink

    Some JSON helpers.

  2. implicit object JSONCollectionProducer extends GenericCollectionProducer[JSONSerializationPack.type, JSONCollection]

    Permalink
  3. object JsCursor

    Permalink

    Implicits of the JSON extensions for cursors.

Deprecated Value Members

  1. object JSONBatchCommands extends BatchCommands[JSONSerializationPack.type]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.17.0) BatchCommands will be removed from the API

Inherited from AnyRef

Inherited from Any

Ungrouped