object Preamble
singleton with all the implicit conversions of the library. It must be always imported in order to be more concise and idiomatic defining Jsons, specs and JsPath.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Preamble
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def bigDec2JsValue(n: BigDecimal): JsBigDec
- implicit def bigInt2JsValue(n: BigInt): JsBigInt
- implicit def bool2JsValue(bool: Boolean): JsBool
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def double2JsValue(n: Double): JsDouble
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def indexJsValue2JsPair[E <: JsValue](pair: (Int, E)): (JsPath, JsValue)
- implicit def int2JsPath(n: Int): JsPath
- implicit def int2JsValue(n: Int): JsInt
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def keyBigDec2JsPair(pair: (String, BigDecimal)): (JsPath, JsValue)
- implicit def keyBigInt2JsPair(pair: (String, BigInt)): (JsPath, JsValue)
- implicit def keyBool2JsPair(pair: (String, Boolean)): (JsPath, JsValue)
- implicit def keyDouble2JsPair(pair: (String, Double)): (JsPath, JsValue)
- implicit def keyInt2JsPair(pair: (String, Int)): (JsPath, JsValue)
- implicit def keyJsValue2JsPair[E <: JsValue](pair: (String, E)): (JsPath, JsValue)
- implicit def keyLong2JsPair(pair: (String, Long)): (JsPath, JsValue)
- implicit def keyNull2JsPair(pair: (String, Null)): (JsPath, JsValue)
- implicit def keyStr2JsPair(pair: (String, String)): (JsPath, JsValue)
- implicit def long2JsValue(n: Long): JsLong
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def str2JsPath(name: String): JsPath
- implicit def str2JsValue(str: String): JsStr
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()