Interface AoModeler

All Superinterfaces:
AoRefine, Init

public interface AoModeler extends AoRefine
使用继承模式,方便做名字上的区分 Refine负责初始化的时候数据导入 Modeler负责在执行业务流程时的元数据读取
  • Method Details

    • init

      static AoModeler init()
    • attribute

      static AoModeler attribute()
    • join

      static AoModeler join()
    • entity

      static AoModeler entity()
    • scatter

      static AoModeler scatter()
    • field

      static AoModeler field()
    • key

      static AoModeler key()
    • index

      static AoModeler 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)