sealed
trait
JsValue extends Dynamic
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (JsValue, B)
-
final
def
==(arg0: Any): Boolean
-
def
apply(range: Range): JsArray
-
def
apply(start: Int, end: Int, step: Int): JsArray
-
def
apply(start: Int, end: Int): JsArray
-
def
apply(index: Int): JsValue
-
def
apply(key: String): JsValue
-
def
applyDynamic(key: String)(index: Int): JsValue
-
def
asBoolean: Boolean
-
def
asDate: LocalDate
-
def
asDateTime: LocalDateTime
-
def
asDecimal: BigDecimal
-
def
asDouble: Double
-
final
def
asInstanceOf[T0]: T0
-
def
asInt: Int
-
def
asLong: Long
-
def
asTime: LocalTime
-
def
asTimestamp: Timestamp
-
def
clone(): AnyRef
-
def
compactPrint: String
-
def
ensuring(cond: (JsValue) ⇒ Boolean, msg: ⇒ Any): JsValue
-
def
ensuring(cond: (JsValue) ⇒ Boolean): JsValue
-
def
ensuring(cond: Boolean, msg: ⇒ Any): JsValue
-
def
ensuring(cond: Boolean): JsValue
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
def
get(key: String): Option[JsValue]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
prettyPrint: String
-
def
remove(index: Int): JsValue
-
def
remove(key: String): Option[JsValue]
-
def
selectDynamic(key: String): JsValue
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
update(index: Int, value: JsValue): JsValue
-
def
update(key: String, value: JsValue): JsValue
-
def
updateDynamic(index: Int)(value: JsValue): JsValue
-
def
updateDynamic(key: String)(value: JsValue): JsValue
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (JsValue, B)
Inherited from Dynamic
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
JsValue to any2stringadd[JsValue]
Inherited by implicit conversion StringFormat from
JsValue to StringFormat[JsValue]
Inherited by implicit conversion Ensuring from
JsValue to Ensuring[JsValue]
Inherited by implicit conversion ArrowAssoc from
JsValue to ArrowAssoc[JsValue]
JSON value.