public class JsonObjectHelper extends Object
Constructor and Description |
---|
JsonObjectHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
convert(String value) |
static io.vertx.core.json.JsonObject |
from(Properties props) |
static void |
put(io.vertx.core.json.JsonObject json,
String name,
String value) |
static io.vertx.core.buffer.Buffer |
toBuffer(io.vertx.core.json.JsonObject json) |
public static io.vertx.core.buffer.Buffer toBuffer(io.vertx.core.json.JsonObject json)
public static io.vertx.core.json.JsonObject from(Properties props)
Copyright © 2018. All rights reserved.