Uses of Interface
io.vertx.tp.atom.modeling.Model
-
-
Uses of Model in io.vertx.tp.atom.cv
Fields in io.vertx.tp.atom.cv with type parameters of type Model Modifier and Type Field Description static ConcurrentMap<String,Model>AoCache. POOL_MODELS -
Uses of Model in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return Model Modifier and Type Method Description static ModelModel. instance(String namespace, io.vertx.core.json.JsonObject data) -
Uses of Model in io.vertx.tp.atom.modeling.data
Methods in io.vertx.tp.atom.modeling.data that return Model Modifier and Type Method Description ModelDataAtom. model() -
Uses of Model in io.vertx.tp.atom.refine
Methods in io.vertx.tp.atom.refine that return Model Modifier and Type Method Description static ModelAo. toModel(String appName, io.vertx.core.json.JsonObject modelJson)static ModelAo. toModel(String appName, String file)Methods in io.vertx.tp.atom.refine with parameters of type Model Modifier and Type Method Description static StringAo. joinKey(Model model)static ConcurrentMap<String,Object>Ao. joinKeys(Model model, Record record) -
Uses of Model in io.vertx.tp.modular.file
Methods in io.vertx.tp.modular.file that return types with arguments of type Model Modifier and Type Method Description Set<Model>AoFile. readModels(String appName)读取建模数据 M_MODEL, -- M_ATTRIBUTE, M_JOIN M_ENTITY, -- M_FIELD, M_KEY, M_INDEXSet<Model>ExcelReader. readModels(String appName)Set<Model>FileReader. readModels(String appName) -
Uses of Model in io.vertx.tp.modular.file.excel
Methods in io.vertx.tp.modular.file.excel that return types with arguments of type Model Modifier and Type Method Description Set<Model>ExAnalyzer. build(Set<Schema> schemaSet) -
Uses of Model in io.vertx.tp.modular.id
Methods in io.vertx.tp.modular.id with parameters of type Model Modifier and Type Method Description <ID> IDAoId. key(Record record, Model model)<ID> voidAoId. key(Record record, Model model, ID id) -
Uses of Model in io.vertx.tp.modular.phantom
Methods in io.vertx.tp.modular.phantom that return Model Modifier and Type Method Description ModelAoPerformer. fetchModel(String identifier)ModelModelPerformer. fetchModel(String identifier)Methods in io.vertx.tp.modular.phantom that return types with arguments of type Model Modifier and Type Method Description io.vertx.core.Future<Model>AoPerformer. fetchModelAsync(String identifier)根据identifier读取Model模型数据(AsyncFlow / Sync)io.vertx.core.Future<Model>ModelPerformer. fetchModelAsync(String identifier)io.vertx.core.Future<Set<Model>>AoPerformer. fetchModelsAsync()读取当前应用下所有的Model模型数据io.vertx.core.Future<Set<Model>>ModelPerformer. fetchModelsAsync() -
Uses of Model in io.vertx.tp.optic.modeling
Classes in io.vertx.tp.optic.modeling that implement Model Modifier and Type Class Description classJsonModelOx专用模型: 1.Methods in io.vertx.tp.optic.modeling that return Model Modifier and Type Method Description ModelJsonModel. bind(Set<Schema> schemas)
-