public class VertxExtensionModule extends Object
Constructor and Description |
---|
VertxExtensionModule() |
Modifier and Type | Method and Description |
---|---|
static Object |
asType(Map map,
Class clazz) |
static Object |
getAt(JsonArray json,
int idx) |
static Object |
getAt(JsonObject json,
String key) |
static void |
leftShift(JsonArray json,
Object value) |
static Object |
putAt(JsonObject json,
String key,
Object value) |
public static Object getAt(JsonObject json, String key)
public static Object putAt(JsonObject json, String key, Object value)
Copyright © 2020 Eclipse. All rights reserved.