Package | Description |
---|---|
io.vertx.core.json | |
io.vertx.core.net |
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsonObject.getJsonObject(String name) |
JsonObject |
JsonObject.put(String fieldName,
Double value) |
JsonObject |
JsonObject.put(String fieldName,
Integer value) |
JsonObject |
JsonObject.put(String fieldName,
JsonArray value) |
JsonObject |
JsonObject.put(String fieldName,
JsonObject value) |
JsonObject |
JsonObject.put(String fieldName,
Long value) |
JsonObject |
JsonObject.put(String fieldName,
String value) |
Modifier and Type | Method and Description |
---|---|
JsonArray |
JsonArray.add(JsonObject obj) |
JsonObject |
JsonObject.put(String fieldName,
JsonObject value) |
Modifier and Type | Method and Description |
---|---|
static NetServerOptions |
NetServerOptions.optionsFromJson(JsonObject json) |
Copyright © 2015. All Rights Reserved.