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() |
void |
put(String field,
Object value) |
io.vertx.core.json.JsonObject |
toJson() |
String |
toString() |
public <T> T get(String field)
public boolean isEmpty()
Copyright © 2020. All rights reserved.