public class ExRecord extends Object implements Serializable, Json
| Constructor and Description |
|---|
ExRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJson(io.vertx.core.json.JsonObject json) |
<T> T |
get(String field) |
boolean |
isEmpty() |
static boolean |
isEmpty(io.vertx.core.json.JsonObject recordRef) |
void |
put(String field,
Object value) |
io.vertx.core.json.JsonObject |
toJson() |
String |
toString() |
public <T> T get(String field)
public boolean isEmpty()
public static boolean isEmpty(io.vertx.core.json.JsonObject recordRef)
Copyright © 2021. All rights reserved.