Class/Object

smile.json

JsObject

Related Docs: object JsObject | package json

Permalink

case class JsObject(fields: Map[String, JsValue]) extends JsValue with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsObject
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JsValue
  7. Dynamic
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsObject(fields: Map[String, JsValue])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(that: JsObject): JsObject

    Permalink

    Deep merge another object into this object.

    Deep merge another object into this object.

    that

    the object to merge into this object.

    returns

    the merged object

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def apply(key: String): JsValue

    Permalink
    Definition Classes
    JsObjectJsValue
  6. def apply(range: Range): JsArray

    Permalink
    Definition Classes
    JsValue
  7. def apply(start: Int, end: Int, step: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  8. def apply(start: Int, end: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  9. def apply(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  10. def applyDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsObjectJsValue
  11. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsValue
  12. def asDate: LocalDate

    Permalink
    Definition Classes
    JsValue
  13. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  14. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  15. def asDouble: Double

    Permalink
    Definition Classes
    JsValue
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def asInt: Int

    Permalink
    Definition Classes
    JsValue
  18. def asLong: Long

    Permalink
    Definition Classes
    JsValue
  19. def asTime: LocalTime

    Permalink
    Definition Classes
    JsValue
  20. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def compactPrint: String

    Permalink
    Definition Classes
    JsValue
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. val fields: Map[String, JsValue]

    Permalink
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def get(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsObjectJsValue
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def prettyPrint: String

    Permalink
    Definition Classes
    JsValue
  33. def remove(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsObjectJsValue
  34. def remove(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  35. def selectDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsObjectJsValue
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    JsValue → AnyRef → Any
  38. def update(key: String, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsObjectJsValue
  39. def update(index: Int, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  40. def updateDynamic(key: String)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsObjectJsValue
  41. def updateDynamic(index: Int)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped