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 io.vertx.core.json.JsonObject |
from(Properties props,
boolean rawData) |
static io.vertx.core.json.JsonObject |
from(Properties props,
boolean rawData,
boolean hierarchical) |
static void |
put(io.vertx.core.json.JsonObject json,
String name,
String value,
boolean rawData) |
static io.vertx.core.buffer.Buffer |
toBuffer(io.vertx.core.json.JsonObject json)
Deprecated.
use
JsonObject.toBuffer() instead |
static io.vertx.core.json.JsonObject |
toJson(List<String> paths,
String value,
boolean rawData) |
@Deprecated public static io.vertx.core.buffer.Buffer toBuffer(io.vertx.core.json.JsonObject json)
JsonObject.toBuffer()
insteadJsonObject
now has a JsonObject.toBuffer()
method.public static void put(io.vertx.core.json.JsonObject json, String name, String value, boolean rawData)
public static io.vertx.core.json.JsonObject from(Properties props)
public static io.vertx.core.json.JsonObject from(Properties props, boolean rawData)
public static io.vertx.core.json.JsonObject from(Properties props, boolean rawData, boolean hierarchical)
Copyright © 2022 Eclipse. All rights reserved.