public interface Enrol<T>
| Modifier and Type | Method and Description |
|---|---|
T |
read(String path)
Read data from path;
|
io.vertx.core.json.JsonObject |
write(String path,
T entity)
Write data to path.
|
io.vertx.core.json.JsonObject write(String path, T entity)
path - entity - Copyright © 2018. All rights reserved.