Interface AoModeler

  • All Superinterfaces:
    AoRefine, Init

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

      • 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)