Uses of Interface
io.vertx.tp.crud.uca.trans.Tran
-
Packages that use Tran Package Description io.vertx.tp.crud.cv io.vertx.tp.crud.uca.trans -
-
Uses of Tran in io.vertx.tp.crud.cv
Fields in io.vertx.tp.crud.cv with type parameters of type Tran Modifier and Type Field Description static ConcurrentMap<String,Tran>Pooled. TRAN_MAP -
Uses of Tran in io.vertx.tp.crud.uca.trans
Methods in io.vertx.tp.crud.uca.trans that return Tran Modifier and Type Method Description static TranTran. fabric(boolean isFrom)static TranTran. initial()static TranTran. map(boolean isFrom)static TranTran. tree(boolean isFrom)
-