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 void |
put(JsonObject json,
String name,
String value,
boolean rawData) |
static Buffer |
toBuffer(JsonObject json) |
public static Buffer toBuffer(JsonObject json)
public static void put(JsonObject json, String name, String value, boolean rawData)
public static JsonObject from(Properties props)
Copyright © 2018. All rights reserved.