public class UiJson extends Object
| Modifier and Type | Method and Description |
|---|---|
UiJson |
add(String key,
Object value) |
UiJson |
convert(String from,
String to) |
static UiJson |
create(io.vertx.core.json.JsonObject input) |
UiJson |
pickup(String... keys) |
UiJson |
pickupWith(String prefix) |
UiJson |
remove(String... keys) |
UiJson |
removeWith(String prefix) |
UiJson |
replaceWith(String from,
String to) |
io.vertx.core.json.JsonObject |
to() |
public static UiJson create(io.vertx.core.json.JsonObject input)
public io.vertx.core.json.JsonObject to()
Copyright © 2021. All rights reserved.