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]] = Vector())(implicit parser: JsonBufferParser[_])

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. 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
  4. def -=(k: String): Unit

    Removes the specified key from the JSON object

    Removes the specified key from the JSON object

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

    Definition Classes
    AnyRef → Any
  6. def apply(i: Int): JsonBuffer

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

    Definition Classes
    DataType
  8. 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
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    DataType
  16. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  22. def normalize: Any

    Definition Classes
    DataType
  23. def normalizeOrEmpty: Any

    Definition Classes
    DataType
  24. 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
  25. final def notify(): Unit

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

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

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

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

    Attributes
    protected
    Definition Classes
    JsonBufferDataType
  30. 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
  31. def serialize: String

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

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    DataType → AnyRef → Any
  35. 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
  36. 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
  37. def updateParents(p: Vector[Either[Int, String]], newVal: Any): Unit

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped