DoubleMode

org.json4s.DoubleMode
See theDoubleMode companion trait
object DoubleMode extends Implicits, DoubleMode

Attributes

Companion
trait
Source
JsonDSL.scala
Graph
Supertypes
trait DoubleMode
trait Implicits
class Object
trait Matchable
class Any
Self type
DoubleMode.type

Members list

Implicits

Inherited implicits

implicit def bigdecimal2jvalue(x: BigDecimal): JValue

Attributes

Inherited from:
DoubleMode
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:
DoubleMode
Source
JsonDSL.scala
implicit def float2jvalue(x: Float): JValue

Attributes

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

Attributes

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

Attributes

Inherited from:
Implicits
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