rapture.json

JsonBuffer

class JsonBuffer extends JsonDataType[JsonBuffer, JsonBufferParser] with MutableDataType[JsonBuffer, JsonBufferParser]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonBuffer
  2. MutableDataType
  3. JsonDataType
  4. DataType
  5. Dynamic
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonBuffer(root: Array[Any], path: Vector[Either[Int, String]] = ...)(implicit parser: JsonBufferParser[_])

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. def +=[T](v: T)(implicit arg0: Jsonizer[T]): Unit

    Adds the specified value to the JSON array

    Adds the specified value to the JSON array

    Definition Classes
    MutableDataType
  5. def -=(k: String): Unit

    Removes the specified key from the JSON object

    Removes the specified key from the JSON object

    Definition Classes
    MutableDataType
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def apply(i: Int): JsonBuffer

    Definition Classes
    DataType
  9. def applyDynamic(key: String)(i: Int): JsonBuffer

    Definition Classes
    DataType
  10. def as[T](implicit ext: Extractor[T], eh: ExceptionHandler): ![T, DataGetException]

    Assumes the Json object is wrapping a T, and casts (intelligently) to that type.

    Assumes the Json object is wrapping a T, and casts (intelligently) to that type.

    Definition Classes
    JsonDataTypeDataType
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val companion: JsonBuffer.type

    Definition Classes
    JsonBufferDataType
  14. def doNormalize(orEmpty: Boolean): Any

    Attributes
    protected
    Definition Classes
    JsonDataTypeDataType
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    DataType → AnyRef → Any
  17. def extract(sp: Vector[String]): DataType[JsonBuffer, JsonBufferParser]

    Definition Classes
    DataType
  18. def finalize(): Unit

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

    Definition Classes
    DataType
  20. final def getClass(): Class[_]

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

    Definition Classes
    DataType → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  24. def normalize: Any

    Definition Classes
    DataType
  25. def normalizeOrEmpty: Any

    Definition Classes
    DataType
  26. def normalizeOrNil: Any

    Navigates the JSON using the List[String] parameter, and returns the element at that position in the tree.

    Navigates the JSON using the List[String] parameter, and returns the element at that position in the tree.

    Definition Classes
    DataType
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. implicit val parser: JsonBufferParser[_]

    Definition Classes
    JsonBufferDataType
  30. val path: Vector[Either[Int, String]]

    Definition Classes
    JsonBufferDataType
  31. val root: Array[Any]

    Attributes
    protected
    Definition Classes
    JsonBufferDataType
  32. def selectDynamic(key: String): JsonBuffer

    Assumes the Json object wraps a Map, and extracts the element key.

    Assumes the Json object wraps a Map, and extracts the element key.

    Definition Classes
    DataType
  33. def serialize: String

    Definition Classes
    DataType
  34. def setRoot(value: Any): Unit

    Definition Classes
    JsonBufferMutableDataType
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    DataType → AnyRef → Any
  37. def update[T](i: Int, v: T)(implicit arg0: Jsonizer[T]): Unit

    Updates the ith element of the JSON array with the value v

    Updates the ith element of the JSON array with the value v

    Definition Classes
    MutableDataType
  38. def updateDynamic(key: String)(v: ForcedConversion): Unit

    Updates the element key of the JSON object with the value v

    Updates the element key of the JSON object with the value v

    Definition Classes
    MutableDataType
  39. def updateParents(p: Vector[Either[Int, String]], newVal: Any): Unit

    Definition Classes
    MutableDataType
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped