reactivemongo.extensions.json.dsl

JsonDsl

trait JsonDsl extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonDsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ArrayOperators extends AnyRef

  2. implicit class BooleanCurrentDateValueProducer extends CurrentDateValueProducer[Boolean]

  3. trait ComparisonOperators extends AnyRef

    MongoDB comparison operators.

  4. case class CompositeExpression(field: String, value: JsObject) extends Expression[JsObject] with ComparisonOperators with Product with Serializable

    Expressions of this type can be cascaded.

    Expressions of this type can be cascaded. Examples:

    "age" $gt 50 $lt 60
    "age" $gte 50 $lte 60
  5. trait CurrentDateValueProducer[T] extends AnyRef

  6. type Element = (Field, Value)

  7. trait ElementBuilder extends AnyRef

    Represents the inital state of the expression which has only the name of the field.

    Represents the inital state of the expression which has only the name of the field. It does not know the value of the expression.

  8. implicit class ElementBuilderLike extends ElementBuilder with ComparisonOperators with ElementOperators with EvaluationOperators with LogicalOperators with ArrayOperators

  9. trait ElementOperators extends AnyRef

  10. trait EvaluationOperators extends AnyRef

  11. trait Expression[V <: JsValue] extends ElementBuilder

    Represents the state of an expression which has a field and a value

  12. type Field = String

  13. trait LogicalOperators extends AnyRef

  14. case class SimpleExpression[V <: JsValue](field: String, value: V) extends Expression[V] with Product with Serializable

  15. implicit class StringCurrentDateValueProducer extends CurrentDateValueProducer[String]

  16. type Value = JsValueWrapper

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def $addToSet(element: Element, elements: Element*): JsObject

  4. def $and(expressions: JsObject*): JsObject

  5. def $arr(elements: Value*): JsArray

  6. def $currentDate(items: (String, CurrentDateValueProducer[_])*): JsObject

  7. def $doc(elements: Element*): JsObject

  8. def $empty: JsObject

  9. def $id(id: Value): JsObject

  10. def $inc(element: Element, elements: Element*): JsObject

  11. def $max(element: Element): JsObject

  12. def $min(element: Element): JsObject

  13. def $mul(element: Element): JsObject

  14. def $nor(expressions: JsObject*): JsObject

  15. def $or(expressions: JsObject*): JsObject

  16. def $pop(item: (String, Int)): JsObject

  17. def $pull(element: Element): JsObject

  18. def $push(element: Element): JsObject

  19. def $pushEach(field: String, values: Value*): JsObject

  20. def $rename(item: (String, String), items: (String, String)*): JsObject

  21. def $set(element: Element, elements: Element*): JsObject

  22. def $setOnInsert(element: Element, elements: Element*): JsObject

  23. def $text(search: String, language: String): JsObject

  24. def $text(search: String): JsObject

  25. def $unset(field: String, fields: String*): JsObject

  26. def $where(expression: String): JsObject

  27. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. implicit def toElement[V <: JsValue](expression: Expression[V])(implicit writer: Writes[V]): (Field, Value)

  41. implicit def toJsObject[V <: JsValue](expression: Expression[V])(implicit writer: Writes[V]): JsObject

  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped