Class

jsentric

JsonProjectionExt

Related Doc: package jsentric

Permalink

final class JsonProjectionExt extends AnyVal with Functions

Linear Supertypes
Functions, AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonProjectionExt
  2. Functions
  3. AnyVal
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonProjectionExt(json: Json)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def $select(value: Json): Json

    Permalink
  4. def &(d: Json): Json

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

    Permalink
    Definition Classes
    Any
  6. def applyDelta(target: Json, delta: Json): Json

    Permalink

    Concatenate and replace json structure with delta, where a JNull or returning an Empty JObject value will clear the key value pair

    Concatenate and replace json structure with delta, where a JNull or returning an Empty JObject value will clear the key value pair

    Definition Classes
    Functions
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def difference(delta: Json, source: Json): Option[Json]

    Permalink
    Definition Classes
    Functions
  9. def dropValue(target: Json, segments: Segments): Json

    Permalink
    Definition Classes
    Functions
  10. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  11. def getValue(target: Json, segments: Segments): Option[Json]

    Permalink
    Definition Classes
    Functions
  12. def insertValue(target: Option[Json], segments: Segments, value: Json): Json

    Permalink

    Like set value except for in array, final value will be inserted in location rather than replaced

    Like set value except for in array, final value will be inserted in location rather than replaced

    Definition Classes
    Functions
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val json: Json

    Permalink
  15. def mergeDelta(target: Json, delta: Json): Json

    Permalink
    Definition Classes
    Functions
  16. def select(target: Json, projection: Json): Json

    Permalink
    Definition Classes
    Functions
  17. def setValue(target: Option[Json], segments: Segments, value: Json): Json

    Permalink
    Definition Classes
    Functions
  18. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Functions

Inherited from AnyVal

Inherited from Any

Ungrouped