public abstract class DTO extends Object
| Constructor and Description |
|---|
DTO() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.json.JsonObject |
toJson() |
protected <T> io.vertx.core.json.JsonArray |
toJsonArray(List<T> objects) |
public io.vertx.core.json.JsonObject toJson()
protected <T> io.vertx.core.json.JsonArray toJsonArray(List<T> objects)
Copyright © 2021. All rights reserved.