- GE - 接口 中的静态变量com.gccloud.starter.common.constant.GlobalConst.Menu.RuleCondition
-
大于等于
- GET - 接口 中的静态变量com.gccloud.starter.common.constant.GlobalConst.Schedule.HttpMethod
-
GET请求
- get(String, int, int, Map<String, String>) - 类 中的静态方法com.gccloud.starter.common.utils.HttpUtils
-
- get(String, Map<String, String>) - 类 中的静态方法com.gccloud.starter.common.utils.HttpUtils
-
get请求,支持https
- getAllColumn(TableInfo) - 类 中的静态方法com.gccloud.starter.common.utils.TableUtils
-
- getApp(String) - 类 中的方法com.gccloud.starter.common.config.GlobalConfig
-
根据应用名获取应用信息
- getAsync(String, int, int, Map<String, String>) - 类 中的静态方法com.gccloud.starter.common.utils.HttpUtils
-
- getAsync(String, Map<String, String>) - 类 中的静态方法com.gccloud.starter.common.utils.HttpUtils
-
get请求、异步请求
- getBaseDao() - 接口 中的方法com.gccloud.starter.common.mybatis.service.ISuperService
-
s
获取BaseDao
- getBean(String) - 类 中的静态方法com.gccloud.starter.common.utils.SpringContextUtils
-
获取指定名称对象
- getBean(String, Class<T>) - 类 中的静态方法com.gccloud.starter.common.utils.SpringContextUtils
-
获取指定类型,指定名称对象
- getBean(Class<T>) - 类 中的静态方法com.gccloud.starter.common.utils.SpringContextUtils
-
根据类型获取注册的bean
- getBrowserName(String) - 类 中的静态方法com.gccloud.starter.common.utils.BrowserUtils
-
获取浏览器版本
- getByIdWithDp(Serializable) - 接口 中的方法com.gccloud.starter.common.mybatis.service.ISuperService
-
根据主键查询(带有数据权限)
- getChildren() - 接口 中的方法com.gccloud.starter.common.vo.TreeVo
-
- getColumnName(Class<T>, String) - 类 中的静态方法com.gccloud.starter.common.utils.TableUtils
-
- getCurrentDataRule(String) - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
获取当前接口数据规则
- getCurrentDataRuleCode() - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
获取当前接口数据规则编码
- getCurrentUser() - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
返回当前用户
- getCurrentUser(boolean) - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
获取当前用户
- getCurrentUserId() - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
获取当前登录的用户的ID
不存在时返回 -1
- getCurrentUserName() - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
获取当前登录的用户名
- getData() - 类 中的方法com.gccloud.starter.common.module.monitor.controller.SysMonitorController
-
获取监控数据
- getData() - 类 中的方法com.gccloud.starter.common.module.monitor.service.impl.SysMonitorServiceImpl
-
刷新数据
- getData() - 接口 中的方法com.gccloud.starter.common.module.monitor.service.ISysMonitorService
-
- getEntitiesByField(SFunction<T, ?>, Object) - 接口 中的方法com.gccloud.starter.common.mybatis.service.ISuperService
-
根据字段获取实体集合
- getEntitiesByFieldTenant(SFunction<T, ?>, Object) - 接口 中的方法com.gccloud.starter.common.mybatis.service.ISuperService
-
- getEntityByField(SFunction<T, ?>, Object) - 接口 中的方法com.gccloud.starter.common.mybatis.service.ISuperService
-
根据字段查询
- getEntityByFieldTenant(SFunction<T, ?>, Object) - 接口 中的方法com.gccloud.starter.common.mybatis.service.ISuperService
-
- getFieldName(SFunction<T, ?>) - 类 中的静态方法com.gccloud.starter.common.utils.LambdaUtils
-
获取属性名
- getFree() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.CpuVo
-
- getFree() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
- getFree() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.MemoryVo
-
- getId() - 接口 中的方法com.gccloud.starter.common.vo.TreeVo
-
- getInstance() - 类 中的静态方法com.gccloud.starter.common.json.JSON
-
获取jackson操作对象,当该类不满足需求时,可调用原生api进行使用
- getIp(HttpServletRequest) - 类 中的静态方法com.gccloud.starter.common.utils.IPUtils
-
获取IP地址
使用Nginx等反向代理软件, 则不能通过request.getRemoteAddr()获取IP地址
如果使用了多级反向代理的话,X-Forwarded-For的值并不止一个,而是一串IP地址,X-Forwarded-For中第一个非unknown的有效IP字符串,则为真实IP地址
- getIp(HttpServletRequest, String) - 类 中的静态方法com.gccloud.starter.common.utils.IPUtils
-
- getIpObj(HttpServletRequest) - 类 中的静态方法com.gccloud.starter.common.utils.IPUtils
-
- getMax() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.DeleteBatchByIdsWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.DeleteByIdWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.DeleteByMapWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.DeleteWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectBatchByIdsWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectByIdWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectByMapWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectCountWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectListWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectMapsPageWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectMapsWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectObjsWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectOneWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.SelectPageWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.UpdateByIdWithDp
-
- getMethod(SqlMethod) - 类 中的方法com.gccloud.starter.common.mybatis.injector.methods.UpdateWithDp
-
- getMethodList(Class<?>) - 类 中的方法com.gccloud.starter.common.mybatis.injector.StarterSqlInjector
-
- getMethodMonitorList(String, String) - 类 中的方法com.gccloud.starter.common.module.monitor.aop.SysApiMonitorAspect
-
- getName() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
获取JDK名称
- getName() - 接口 中的方法com.gccloud.starter.common.vo.TreeVo
-
- getNullableResult(ResultSet, String) - 类 中的方法com.gccloud.starter.common.mybatis.typeHandler.ExtendObjJsonTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法com.gccloud.starter.common.mybatis.typeHandler.ExtendObjJsonTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法com.gccloud.starter.common.mybatis.typeHandler.ExtendObjJsonTypeHandler
-
- getPageInfo(int, int, List<T>) - 类 中的静态方法com.gccloud.starter.common.utils.PageUtils
-
处理List集合数据进行分页
- getParentId() - 接口 中的方法com.gccloud.starter.common.vo.TreeVo
-
- getParentName() - 接口 中的方法com.gccloud.starter.common.vo.TreeVo
-
- getPattern() - 类 中的方法com.gccloud.starter.common.validator.config.FieldRule
-
获取校验器
- getRunTime() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
JDK运行时间
- getSortFieldList(Class<T>, SearchDTO, Map<String, String>, SFunction<T, ?>...) - 类 中的静态方法com.gccloud.starter.common.mybatis.utils.QueryWrapperUtils
-
- getSortFieldList(String, Class<T>, SearchDTO, Map<String, String>, SFunction<T, ?>...) - 类 中的静态方法com.gccloud.starter.common.mybatis.utils.QueryWrapperUtils
-
- getSpace() - 类 中的方法com.gccloud.starter.common.module.file.vo.SysFileVO
-
- getStartTime() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
JDK启动时间
- getSys() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.CpuVo
-
- getTenantId() - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
返回当前用户的租户ID
- getTerminal() - 类 中的方法com.gccloud.starter.common.module.login.dto.SysAccountLoginDTO
-
- getTerminal() - 类 中的方法com.gccloud.starter.common.module.login.dto.SysEmailLoginDTO
-
- getTerminal() - 类 中的方法com.gccloud.starter.common.module.login.dto.SysPhoneLoginDTO
-
- getTerminal() - 类 中的方法com.gccloud.starter.common.module.register.dto.SysRegDTO
-
- getTerminal() - 类 中的方法com.gccloud.starter.common.module.register.dto.SysRegEmailDTO
-
- getTerminal() - 类 中的方法com.gccloud.starter.common.module.register.dto.SysRegPhoneDTO
-
- getTextForElement(String, String) - 类 中的静态方法com.gccloud.starter.common.utils.XmlUtils
-
Retrieve the text for a specific element (when we know there is only
one).
- getTextForElements(String, String) - 类 中的静态方法com.gccloud.starter.common.utils.XmlUtils
-
Retrieve the text for a group of elements.
- getToken(HttpServletRequest, Jwt) - 类 中的静态方法com.gccloud.starter.common.utils.TokenUtils
-
- getTotal() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.CpuVo
-
- getTotal() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
- getTotal() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.MemoryVo
-
- getType(String) - 类 中的静态方法com.gccloud.starter.common.utils.SpringContextUtils
-
- getUsage() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
- getUsage() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.MemoryVo
-
使用率
- getUsed() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.CpuVo
-
- getUsed() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.JvmVo
-
- getUsed() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.MemoryVo
-
- getUser(String, Function<String, CurrentUserBase>) - 类 中的静态方法com.gccloud.starter.common.utils.UserUtils
-
获取用户
- getValue(HttpServletRequest, String) - 类 中的静态方法com.gccloud.starter.common.utils.CookieUtils
-
- getValue(HttpServletRequest, String, boolean) - 类 中的静态方法com.gccloud.starter.common.utils.CookieUtils
-
- getValue(HttpServletRequest, String, String) - 类 中的静态方法com.gccloud.starter.common.utils.CookieUtils
-
- getWait() - 类 中的方法com.gccloud.starter.common.module.monitor.vo.CpuVo
-
- getXmlReader() - 类 中的静态方法com.gccloud.starter.common.utils.XmlUtils
-
Get an instance of an XML reader from the XMLReaderFactory.
- GIF - 接口 中的静态变量com.gccloud.starter.common.constant.GlobalConst.Captcha.Type
-
动图
- GlobalConfig - com.gccloud.starter.common.config中的类
-
基础框架基础配置
- GlobalConfig() - 类 的构造器com.gccloud.starter.common.config.GlobalConfig
-
- GlobalConst - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Area - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Area.Status - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Area.Type - com.gccloud.starter.common.constant中的接口
-
区域类型
- GlobalConst.Audit - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Captcha - com.gccloud.starter.common.constant中的接口
-
验证码
- GlobalConst.Captcha.CachePrefix - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Captcha.FromType - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Captcha.Type - com.gccloud.starter.common.constant中的接口
-
类型
- GlobalConst.Category - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Category.Status - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Charset - com.gccloud.starter.common.constant中的接口
-
编码
- GlobalConst.ColumnField - com.gccloud.starter.common.constant中的接口
-
数据库字段
- GlobalConst.Company - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.ConfigFile - com.gccloud.starter.common.constant中的接口
-
配置文件
- GlobalConst.Console - com.gccloud.starter.common.constant中的接口
-
控制台
- GlobalConst.DelFlag - com.gccloud.starter.common.constant中的接口
-
删除标志位
- GlobalConst.Dict - com.gccloud.starter.common.constant中的接口
-
业务字典
- GlobalConst.Dict.Sys - com.gccloud.starter.common.constant中的接口
-
系统业务字典
- GlobalConst.DictItem - com.gccloud.starter.common.constant中的接口
-
业务字典项状态
- GlobalConst.DictItem.Status - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.EntityField - com.gccloud.starter.common.constant中的接口
-
实体字段常量
- GlobalConst.HasChildren - com.gccloud.starter.common.constant中的接口
-
是否有子节点
- GlobalConst.Jwt - com.gccloud.starter.common.constant中的接口
-
jwt
- GlobalConst.Jwt.AllowTakeMethod - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Jwt.StoreStrategy - com.gccloud.starter.common.constant中的枚举
-
存储策略
- GlobalConst.Log - com.gccloud.starter.common.constant中的接口
-
系统日志常量
- GlobalConst.Log.State - com.gccloud.starter.common.constant中的接口
-
日志状态
- GlobalConst.Log.Type - com.gccloud.starter.common.constant中的接口
-
日志类型
- GlobalConst.Logger - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Logger.Status - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Login - com.gccloud.starter.common.constant中的接口
-
登录
- GlobalConst.Login.DefaultTerminal - com.gccloud.starter.common.constant中的接口
-
默认终端类型
- GlobalConst.Login.LoginStrategy - com.gccloud.starter.common.constant中的枚举
-
登录策略
- GlobalConst.Menu - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Menu.MergeRoute - com.gccloud.starter.common.constant中的接口
-
聚合路由
- GlobalConst.Menu.RuleCondition - com.gccloud.starter.common.constant中的接口
-
规则条件
- GlobalConst.Menu.RuleVar - com.gccloud.starter.common.constant中的接口
-
数据规则可用变量
- GlobalConst.Menu.Target - com.gccloud.starter.common.constant中的接口
-
菜单打开方式
- GlobalConst.Menu.TipFrom - com.gccloud.starter.common.constant中的接口
-
菜单提醒文本来源
- GlobalConst.Menu.Type - com.gccloud.starter.common.constant中的接口
-
类型
- GlobalConst.Module - com.gccloud.starter.common.constant中的接口
-
模块
- GlobalConst.Module.Status - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Notice - com.gccloud.starter.common.constant中的接口
-
公告状态
- GlobalConst.Notice.Status - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Notice.Stick - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Org - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Post - com.gccloud.starter.common.constant中的接口
-
岗位
- GlobalConst.Post.Status - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Post.Type - com.gccloud.starter.common.constant中的接口
-
类型
- GlobalConst.RepeatStrategy - com.gccloud.starter.common.constant中的枚举
-
判重策略
- GlobalConst.Response - com.gccloud.starter.common.constant中的接口
-
响应
- GlobalConst.Response.Code - com.gccloud.starter.common.constant中的接口
-
响应码
- GlobalConst.Response.Msg - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Role - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Role.BelongType - com.gccloud.starter.common.constant中的接口
-
所属类型、用于一对多
- GlobalConst.Role.Code - com.gccloud.starter.common.constant中的接口
-
系统角色编码
- GlobalConst.Role.Type - com.gccloud.starter.common.constant中的接口
-
类型
- GlobalConst.ScanPackage - com.gccloud.starter.common.constant中的接口
-
扫描包
- GlobalConst.Schedule - com.gccloud.starter.common.constant中的接口
-
定时任务
- GlobalConst.Schedule.HttpMethod - com.gccloud.starter.common.constant中的接口
-
http方法
- GlobalConst.Schedule.HttpType - com.gccloud.starter.common.constant中的接口
-
Http类型
- GlobalConst.Schedule.Status - com.gccloud.starter.common.constant中的接口
-
状态
- GlobalConst.Schedule.Type - com.gccloud.starter.common.constant中的接口
-
类型
- GlobalConst.Setting - com.gccloud.starter.common.constant中的接口
-
系统设置
- GlobalConst.Setting.Key - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Tenant - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.Tenant.EventType - com.gccloud.starter.common.constant中的接口
-
事件类型
- GlobalConst.Tenant.ShareType - com.gccloud.starter.common.constant中的接口
-
租户数据共享类型
- GlobalConst.Terminal - com.gccloud.starter.common.constant中的接口
-
终端类型
- GlobalConst.User - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.User.EventType - com.gccloud.starter.common.constant中的接口
-
事件类型
- GlobalConst.User.ForgotPwd - com.gccloud.starter.common.constant中的接口
-
找回密码
- GlobalConst.User.ForgotPwd.Method - com.gccloud.starter.common.constant中的接口
-
找回密码方式
- GlobalConst.User.Gender - com.gccloud.starter.common.constant中的接口
-
- GlobalConst.User.Status - com.gccloud.starter.common.constant中的接口
-
用户状态
- GlobalConst.User.UsernameUpdated - com.gccloud.starter.common.constant中的接口
-
账号是否已修改
- GlobalConst.UserOrg - com.gccloud.starter.common.constant中的接口
-
用户和机构映射
- GlobalConst.UserOrg.Type - com.gccloud.starter.common.constant中的接口
-
用户归属机构类型
- GlobalException - com.gccloud.starter.common.exception中的异常错误
-
- GlobalException(String) - 异常错误 的构造器com.gccloud.starter.common.exception.GlobalException
-
- GlobalException(String, Throwable) - 异常错误 的构造器com.gccloud.starter.common.exception.GlobalException
-
- GlobalException(String, int) - 异常错误 的构造器com.gccloud.starter.common.exception.GlobalException
-
- GlobalException(String, int, Throwable) - 异常错误 的构造器com.gccloud.starter.common.exception.GlobalException
-
- GlobalExceptionHandler - com.gccloud.starter.common.exception中的类
-
全局异常处理
- GlobalExceptionHandler() - 类 的构造器com.gccloud.starter.common.exception.GlobalExceptionHandler
-
- GlobalUtils - com.gccloud.starter.common.utils中的类
-
全局工具类
列举了一些常用的工具类,算是工具类的一个入口,后端会定期更新;
- GlobalUtils() - 类 的构造器com.gccloud.starter.common.utils.GlobalUtils
-
- GlobalUtils.Array - com.gccloud.starter.common.utils中的类
-
数组工具类
- GlobalUtils.Bean - com.gccloud.starter.common.utils中的类
-
bean 工具类
- GlobalUtils.Cookie - com.gccloud.starter.common.utils中的类
-
cookie工具类
- GlobalUtils.File - com.gccloud.starter.common.utils中的类
-
操作文件的工具类
- GlobalUtils.FileName - com.gccloud.starter.common.utils中的类
-
操作文件名的工具类
可以获取用来获取文件名后缀;文件路径;文件名等信息
- GlobalUtils.Http - com.gccloud.starter.common.utils中的类
-
HTTP工具类
- GlobalUtils.IO - com.gccloud.starter.common.utils中的类
-
操作IO的工具类
- GlobalUtils.Ip - com.gccloud.starter.common.utils中的类
-
IP工具类
- GlobalUtils.Reflection - com.gccloud.starter.common.utils中的类
-
反射工具类
- GlobalUtils.SpringContext - com.gccloud.starter.common.utils中的类
-
Spring 工具类
- GlobalUtils.String - com.gccloud.starter.common.utils中的类
-
字符串工具类
- GROOVY - 接口 中的静态变量com.gccloud.starter.common.constant.GlobalConst.Menu.RuleCondition
-
groovy脚本动态生成待拼接的SQL
- GroovyUtils - com.gccloud.starter.common.utils中的类
-
函数执行
- GroovyUtils() - 类 的构造器com.gccloud.starter.common.utils.GroovyUtils
-
- GT - 接口 中的静态变量com.gccloud.starter.common.constant.GlobalConst.Menu.RuleCondition
-
大于