public class ScanControllerUtil extends Object
| 构造器和说明 |
|---|
ScanControllerUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends ParamChildrenVo<?>> |
removeField(List<T> vos,
String field)
删除指定属性
|
static List<ControllerVo> |
scan(String packagePath,
String base_path)
搜索,扫描 Controller
|
public static List<ControllerVo> scan(String packagePath, String base_path)
packagePath - 包路径base_path - 基本路径public static <T extends ParamChildrenVo<?>> void removeField(List<T> vos, String field)
T - 删除后的数据vos - listfield - filedCopyright © 2020. All rights reserved.