Class/Object

quasar.blueeyes.json

JObject

Related Docs: object JObject | package json

Permalink

case class JObject(fields: Map[String, JValue]) extends JContainer with Product with Serializable

Linear Supertypes
Serializable, Serializable, JContainer, JValue, ToString, Ordered[JValue], Comparable[JValue], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JObject
  2. Serializable
  3. Serializable
  4. JContainer
  5. JValue
  6. ToString
  7. Ordered
  8. Comparable
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JObject(fields: Map[String, JValue])

    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 +(field: JField): JObject

    Permalink
  4. def -(name: String): JObject

    Permalink
  5. def <(that: JValue): Boolean

    Permalink
    Definition Classes
    Ordered
  6. def <=(that: JValue): Boolean

    Permalink
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def >(that: JValue): Boolean

    Permalink
    Definition Classes
    Ordered
  9. def >=(that: JValue): Boolean

    Permalink
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(that: JValue): Int

    Permalink
    Definition Classes
    JObjectJValue → Ordered
  13. def compareTo(that: JValue): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  14. def contained: Iterable[JValue]

    Permalink
    Definition Classes
    JObjectJContainer
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    JObject → Equals → AnyRef → Any
  17. val fields: Map[String, JValue]

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def get(name: String): JValue

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hasDefinedChild: Boolean

    Permalink
    Definition Classes
    JContainer
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. def isNested: Boolean

    Permalink
    Definition Classes
    JContainer
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def partition(f: (JField) ⇒ Boolean): (JObject, JObject)

    Permalink
  29. def partitionField(field: String): (JValue, JObject)

    Permalink
  30. def sortedFields: Vector[JField]

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

    Permalink
    Definition Classes
    AnyRef
  32. final def toString(): String

    Permalink
    Definition Classes
    ToString → AnyRef → Any
  33. def to_s: String

    Permalink
    Definition Classes
    JValue → ToString
  34. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from JContainer

Inherited from JValue

Inherited from ToString

Inherited from Ordered[JValue]

Inherited from Comparable[JValue]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped