Class

jsentric

Default

Related Doc: package jsentric

Permalink

class Default[T] extends Property[T] with Functions with Unapplicable[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Default
  2. Unapplicable
  3. Functions
  4. Property
  5. SelfApply
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Default(relativePath: Path, absolutePath: Path, default: T, validator: Validator[Option[T]])(implicit _codec: CodecJson[T], strictness: MaybeStrictness)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def @:[S, O](prev: Unapplicable[S])(implicit ev: Aux[::[Unapplicable[S], ::[Unapplicable[T], HNil]], ::[S, ::[T, HNil]]], tpl: shapeless.ops.hlist.Tupler.Aux[::[S, ::[T, HNil]], O]): JsonList[::[Unapplicable[S], ::[Unapplicable[T], HNil]], ::[S, ::[T, HNil]], O]

    Permalink
    Definition Classes
    Unapplicable
  5. implicit val absolutePath: Path

    Permalink
    Definition Classes
    DefaultProperty
  6. def apply[R](f: (Default.this.type) ⇒ R): R

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def codec: CodecJson[T]

    Permalink
    Definition Classes
    DefaultProperty
  11. val default: T

    Permalink
  12. def difference(delta: Json, source: Json): Option[Json]

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

    Permalink
    Definition Classes
    Functions
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Functions
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. 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
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isValidType(j: Json): Boolean

    Permalink
    Definition Classes
    DefaultProperty
  23. def mergeDelta(target: Json, delta: Json): Json

    Permalink
    Definition Classes
    Functions
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val relativePath: Path

    Permalink
    Definition Classes
    DefaultProperty
  28. def select(target: Json, projection: Json): Json

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

    Permalink
    Definition Classes
    Functions
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def unapply(j: Json): Option[T]

    Permalink
    Definition Classes
    DefaultUnapplicable
  33. val validator: Validator[Option[T]]

    Permalink
    Definition Classes
    DefaultProperty
  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 Unapplicable[T]

Inherited from Functions

Inherited from Property[T]

Inherited from SelfApply

Inherited from AnyRef

Inherited from Any

Ungrouped