public class JsonObjectHelper extends Object
Constructor and Description |
---|
JsonObjectHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
convert(String value) |
static JsonObject |
from(Properties props) |
static JsonObject |
from(Properties props,
boolean rawData) |
static void |
put(JsonObject json,
String name,
String value,
boolean rawData) |
static Buffer |
toBuffer(JsonObject json)
Deprecated.
use
JsonObject.toBuffer() instead |
@Deprecated public static Buffer toBuffer(JsonObject json)
JsonObject.toBuffer()
insteadJsonObject
now has a JsonObject.toBuffer()
method.public static void put(JsonObject json, String name, String value, boolean rawData)
public static JsonObject from(Properties props)
public static JsonObject from(Properties props, boolean rawData)
Copyright © 2021 Eclipse. All rights reserved.