io.vertx.lang.scala.json
Scala extensions for more idiomatic handling of io.vertx.core.json.JsonObject and io.vertx.core.json.JsonArray.
Attributes
Members list
Type members
Classlikes
Builder for constructing JsonObjects and JsonArrays.
Builder for constructing JsonObjects and JsonArrays.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Json.type
Implementation of RFC6901 Json Pointers. This wraps io.vertx.core.json.pointer.JsonPointer and makes it behave more Scala-like.
Implementation of RFC6901 Json Pointers. This wraps io.vertx.core.json.pointer.JsonPointer and makes it behave more Scala-like.
Value parameters
- internal
-
the wrapped Vert.x io.vertx.core.json.pointer.JsonPointer
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JsonPointer.type
Types
Extensions
Extensions
Get the underlying Map as an immutable Map
. Unlike Vert.x core's io.vertx.core.json.JsonObject.getMap, this method guarantees to convert every contained JsonObject or JsonArray into a Map or List, respectively. That's done, however, at the cost of one pass through each contained JsonObject or JsonArray.
Get the underlying Map as an immutable Map
. Unlike Vert.x core's io.vertx.core.json.JsonObject.getMap, this method guarantees to convert every contained JsonObject or JsonArray into a Map or List, respectively. That's done, however, at the cost of one pass through each contained JsonObject or JsonArray.
Attributes
Get the underlying List as an immutable List. Unlike Vert.x core's io.vertx.core.json.JsonArray.getList, this method guarantees to convert every contained JsonObject or JsonArray into a Map or List, respectively. That's done, however, at the cost of one pass through each contained JsonObject or JsonArray.
Get the underlying List as an immutable List. Unlike Vert.x core's io.vertx.core.json.JsonArray.getList, this method guarantees to convert every contained JsonObject or JsonArray into a Map or List, respectively. That's done, however, at the cost of one pass through each contained JsonObject or JsonArray.
Attributes
Interpolates the given String as a JsonObject.