Package io.vertx.tp.modular.phantom
Interface AoModeler
使用继承模式,方便做名字上的区分
Refine负责初始化的时候数据导入
Modeler负责在执行业务流程时的元数据读取
-
Method Summary
Modifier and TypeMethodDescriptionstatic AoModelerstatic AoModelerentity()io.vertx.core.json.JsonObjectexecutor(io.vertx.core.json.JsonObject input) static AoModelerfield()static io.vertx.core.json.JsonObjectgetEntity(io.vertx.core.json.JsonObject schemaJson) static io.vertx.core.json.JsonArraygetSchemata(io.vertx.core.json.JsonObject modelJson) static AoModelerindex()static AoModelerinit()static AoModelerjoin()static AoModelerkey()static AoModelerscatter()Methods inherited from interface io.horizon.spi.extension.Init
apply, result, whereUnique
-
Method Details
-
init
-
attribute
-
join
-
entity
-
scatter
-
field
-
key
-
index
-
getEntity
static io.vertx.core.json.JsonObject getEntity(io.vertx.core.json.JsonObject schemaJson) -
getSchemata
static io.vertx.core.json.JsonArray getSchemata(io.vertx.core.json.JsonObject modelJson) -
executor
io.vertx.core.json.JsonObject executor(io.vertx.core.json.JsonObject input)
-