Package io.vertx.tp.crud.uca.trans
Interface Tran
public interface Tran
-
Method Summary
Modifier and TypeMethodDescriptionstatic Tranfabric(boolean isFrom) default io.vertx.core.Future<io.vertx.core.json.JsonArray>default io.vertx.core.Future<io.vertx.core.json.JsonObject>static Traninitial()default io.vertx.core.Future<io.vertx.core.json.JsonArray>default io.vertx.core.Future<io.vertx.core.json.JsonObject>static Tranmap(boolean isFrom) static Trantree(boolean isFrom)
-
Method Details
-
fabric
-
tree
-
map
-
initial
-
inJAsync
default io.vertx.core.Future<io.vertx.core.json.JsonObject> inJAsync(io.vertx.core.json.JsonObject data, IxMod in) -
inAAsync
default io.vertx.core.Future<io.vertx.core.json.JsonArray> inAAsync(io.vertx.core.json.JsonArray data, IxMod in) -
inAJAsync
default io.vertx.core.Future<io.vertx.core.json.JsonObject> inAJAsync(io.vertx.core.json.JsonArray data, IxMod in) -
inJAAsync
default io.vertx.core.Future<io.vertx.core.json.JsonArray> inJAAsync(io.vertx.core.json.JsonObject data, IxMod in)
-