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
- implicit def arr2Spec(cons: JsArray): JsSpec
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def bigDec2JsValue(n: BigDecimal): JsBigDec
- implicit def bigDec2Spec(cons: BigDecimal): JsSpec
- implicit def bigInt2JsValue(n: BigInt): JsBigInt
- implicit def bigInt2Spec(cons: BigInt): JsSpec
- implicit def bool2JsValue(bool: Boolean): JsBool
- implicit def boolean2Spec(cons: Boolean): JsSpec
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def double2JsValue(n: Double): JsDouble
- implicit def double2Spec(cons: Double): JsSpec
- 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
- implicit def int2Spec(cons: Int): JsSpec
- 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
- implicit def long2Spec(cons: Long): JsSpec
- 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 obj2Spec(cons: JsObj): JsSpec
- implicit def str2JsPath(name: String): JsPath
- implicit def str2JsValue(str: String): JsStr
- implicit def str2Spec(cons: String): JsSpec
- implicit def strBigDec2KeySpec(p: (String, BigDecimal)): (NamedKey, JsSpec)
- implicit def strBigInt2KeySpec(p: (String, BigInt)): (NamedKey, JsSpec)
- implicit def strBoolean2KeySpec(p: (String, Boolean)): (NamedKey, JsSpec)
- implicit def strDouble2KeySpec(p: (String, Double)): (NamedKey, JsSpec)
- implicit def strInt2KeySpec(p: (String, Int)): (NamedKey, JsSpec)
- implicit def strJsArr2KeySpec(p: (String, JsArray)): (NamedKey, JsSpec)
- implicit def strJsObj2KeySpec(p: (String, JsObj)): (NamedKey, JsSpec)
- implicit def strLong2KeySpec(p: (String, Long)): (NamedKey, JsSpec)
- implicit def strNothing2KeySpec(p: (String, JsNothing.type)): (NamedKey, JsSpec)
- implicit def strNull2KeySpec(p: (String, JsNull.type)): (NamedKey, JsSpec)
- implicit def strSpec2KeySpec(p: (String, JsSpec)): (NamedKey, JsSpec)
- implicit def strStr2KeySpec(p: (String, String)): (NamedKey, JsSpec)
- 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()