c

wvlet.airframe.json

JSONValueOps

implicit final class JSONValueOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSONValueOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSONValueOps(jsonValue: JSONValue)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def /(name: String): Seq[JSONValue]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. def apply(i: Int): JSONValue
  6. def apply(name: String): JSONValue
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. def getValue: Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def isNull: Boolean
  12. val jsonValue: JSONValue
  13. def toArrayValue: IndexedSeq[JSONValue]
  14. def toBooleanValue: Boolean
  15. def toDoubleValue: Double
  16. def toLongValue: Long
  17. def toObjectValue: Map[String, JSONValue]
  18. def toString(): String
    Definition Classes
    Any
  19. def toStringValue: String

Deprecated Value Members

  1. def value: Any
    Annotations
    @deprecated
    Deprecated

    (Since version 21.5.3) .value will be ambiguous in Scala 3. Use getValue instead

Inherited from AnyVal

Inherited from Any

Ungrouped