BigDecimalMode

org.json4s.BigDecimalMode
See theBigDecimalMode companion trait

Attributes

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

Members list

Implicits

Inherited implicits

implicit def bigdecimal2jvalue(x: BigDecimal): JValue

Attributes

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

Attributes

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