public class ProjectContext extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static AllConfiguration |
allConfiguration |
static BeanReaderProvider |
beanOperator |
static ControllerReaderProvider |
controllerOperator |
static Long |
currentModuleId |
static String |
currentModuleName |
static DBProjectEntity |
currentProject |
static Long |
currentProjectId |
static String |
currentProjectName |
static List<MethodParam> |
globalRequestParams
全局统一接口请求类型
|
static List<MethodParam> |
globalResponseParams
全局统一接口返回类型
|
static InterfaceReaderProvider |
interfaceOperator |
static MockReaderProvider |
mockTemplateOperator |
static String |
nullKey
没有key的参数默认key
|
static Set<String> |
projectBasePath
项目根目录
|
static RequestReaderProvider |
requestOperator |
static ResponseReaderProvider |
responseOperator |
| 构造器和说明 |
|---|
ProjectContext() |
public static DBProjectEntity currentProject
public static Long currentProjectId
public static Long currentModuleId
public static String currentProjectName
public static String currentModuleName
public static AllConfiguration allConfiguration
public static ControllerReaderProvider controllerOperator
public static InterfaceReaderProvider interfaceOperator
public static BeanReaderProvider beanOperator
public static MockReaderProvider mockTemplateOperator
public static RequestReaderProvider requestOperator
public static ResponseReaderProvider responseOperator
public static List<MethodParam> globalResponseParams
public static List<MethodParam> globalRequestParams
public static String javaMockRemark()
Copyright © 2022. All rights reserved.