BsonDSL

org.json4s.mongo.BsonDSL
See theBsonDSL companion object
trait BsonDSL extends JsonDSL

Attributes

Companion
object
Source
BsonDSL.scala
Graph
Supertypes
trait JsonDSL
trait Implicits
class Object
trait Matchable
class Any
Known subtypes
object WithBigDecimal.type
object WithDouble.type
object BsonDSL.type

Members list

Implicits

Implicits

implicit def date2jvalue(d: Date)(implicit formats: Formats): JValue

Attributes

Source
BsonDSL.scala
implicit def objectid2jvalue(oid: ObjectId): JValue

Attributes

Source
BsonDSL.scala
implicit def pattern2jvalue(p: Pattern): JValue

Attributes

Source
BsonDSL.scala
implicit def regex2jvalue(r: Regex): JValue

Attributes

Source
BsonDSL.scala
implicit def uuid2jvalue(u: UUID): JValue

Attributes

Source
BsonDSL.scala

Inherited implicits

implicit def bigdecimal2jvalue(x: BigDecimal): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def bigint2jvalue(x: BigInt): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def boolean2jvalue(x: Boolean): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def byte2jvalue(x: Byte): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def char2jvalue(x: Char): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def double2jvalue(x: Double): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def float2jvalue(x: Float): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def int2jvalue(x: Int): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def jobject2assoc(o: JObject): JsonListAssoc

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def list2jvalue(l: List[JField]): JObject

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def long2jvalue(x: Long): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def map2jvalue[A](m: Map[String, A])(implicit ev: A => JValue): JObject

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def option2jvalue[A](opt: Option[A])(implicit ev: A => JValue): JValue

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def pair2Assoc[A](t: (String, A))(implicit ev: A => JValue): JsonAssoc[A]

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def pair2jvalue[A](t: (String, A))(implicit ev: A => JValue): JObject

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def seq2jvalue[A](s: Iterable[A])(implicit ev: A => JValue): JArray

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala
implicit def short2jvalue(x: Short): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def string2jvalue(x: String): JValue

Attributes

Inherited from:
Implicits
Source
JsonDSL.scala
implicit def symbol2jvalue(x: Symbol): JString

Attributes

Inherited from:
JsonDSL
Source
JsonDSL.scala