@Order(value=1000) @Service public class EruptFlowCoreService extends Object implements org.springframework.boot.ApplicationRunner
| 构造器和说明 |
|---|
EruptFlowCoreService() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
convertComponentName(xyz.erupt.core.view.EruptFieldModel fieldModel,
xyz.erupt.annotation.sub_field.Edit edit)
根据字段配置解析对应的组件
|
String |
convertComponentNameByField(xyz.erupt.core.view.EruptFieldModel fieldModel,
xyz.erupt.annotation.sub_field.Edit edit) |
static EruptFormModel |
getEruptForm(String clazzName) |
static List<EruptFormModel> |
getEruptForms() |
void |
run(org.springframework.boot.ApplicationArguments args) |
public void run(org.springframework.boot.ApplicationArguments args)
throws Exception
run 在接口中 org.springframework.boot.ApplicationRunnerExceptionpublic String convertComponentName(xyz.erupt.core.view.EruptFieldModel fieldModel, xyz.erupt.annotation.sub_field.Edit edit)
public String convertComponentNameByField(xyz.erupt.core.view.EruptFieldModel fieldModel, xyz.erupt.annotation.sub_field.Edit edit)
public static EruptFormModel getEruptForm(String clazzName)
public static List<EruptFormModel> getEruptForms()
Copyright © 2023. All rights reserved.