de.surfice.sbtnpm.utils

JsonNode

object JsonNode

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonNode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Arr(values: Iterable[JsonNode]) extends JsonNode with Product with Serializable

  2. case class Bool(value: Boolean) extends Value[Boolean] with Product with Serializable

  3. case class DNum(value: Double) extends Num[Double] with Product with Serializable

  4. case class INum(value: Int) extends Num[Int] with Product with Serializable

  5. sealed trait Num[T] extends Value[T]

  6. case class Obj(nodes: Iterable[(String, JsonNode)]) extends JsonNode with Product with Serializable

  7. case class Raw(value: String) extends Value[String] with Product with Serializable

  8. case class RegExp(value: String) extends Value[String] with Product with Serializable

  9. implicit final class RichJsonNode extends AnyVal

  10. case class Str(value: String) extends Value[String] with Product with Serializable

  11. sealed trait Value[T] extends JsonNode

    Attributes
    protected[this]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Arr extends Serializable

  7. object Num

  8. object Obj extends Serializable

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. implicit def boolProp(kv: (Symbol, Boolean)): (String, Bool)

  11. implicit def boolToNoe(value: Boolean): JsonNode

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit def dnumProp(kv: (Symbol, Double)): (String, DNum)

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. implicit def inumProp(kv: (Symbol, Int)): (String, INum)

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. implicit def iterable(values: Iterable[(String, Any)]): Iterable[(String, JsonNode)]

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. implicit def numToNode(value: Double): JsonNode

  26. implicit def strProp(kv: (Symbol, String)): (String, Str)

  27. implicit def strToNode(value: String): JsonNode

  28. implicit def symProp(kv: (Symbol, JsonNode)): (String, JsonNode)

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped