rapture.json

MutableDataType

trait MutableDataType[+T <: DataType[T, ParserType], ParserType[S] <: MutableDataParser[S]] extends DataType[T, ParserType]

Linear Supertypes
DataType[T, ParserType], Dynamic, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableDataType
  2. DataType
  3. Dynamic
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def as[T](implicit ext: Extractor[T], eh: ExceptionHandler): ![T, DataGetException]

    Definition Classes
    DataType
  2. abstract def companion: DataCompanion[T, ParserType]

    Definition Classes
    DataType
  3. abstract def doNormalize(orEmpty: Boolean): Any

    Attributes
    protected
    Definition Classes
    DataType
  4. implicit abstract def parser: ParserType[_]

    Definition Classes
    DataType
  5. abstract def path: Vector[Either[Int, String]]

    Definition Classes
    DataType
  6. abstract def root: Array[Any]

    Attributes
    protected
    Definition Classes
    DataType
  7. abstract def setRoot(value: Any): Unit

Concrete 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

  4. def -=(k: String): Unit

    Removes the specified key from the JSON object

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

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

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

    Definition Classes
    DataType
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    DataType → AnyRef → Any
  12. def extract(sp: Vector[String]): DataType[T, ParserType]

    Definition Classes
    DataType
  13. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  19. def normalize: Any

    Definition Classes
    DataType
  20. def normalizeOrEmpty: Any

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

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

    Definition Classes
    AnyRef
  24. def selectDynamic(key: String): T

    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
  25. def serialize: String

    Definition Classes
    DataType
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

  29. def updateDynamic(key: String)(v: ForcedConversion): Unit

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

  30. def updateParents(p: Vector[Either[Int, String]], newVal: Any): Unit

  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 DataType[T, ParserType]

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped