跳过导航链接
C D G I M P S V 

C

cn.stylefeng.roses.kernel.config.api - 程序包 cn.stylefeng.roses.kernel.config.api
 
cn.stylefeng.roses.kernel.config.api.constants - 程序包 cn.stylefeng.roses.kernel.config.api.constants
 
cn.stylefeng.roses.kernel.config.api.context - 程序包 cn.stylefeng.roses.kernel.config.api.context
 
cn.stylefeng.roses.kernel.config.api.exception - 程序包 cn.stylefeng.roses.kernel.config.api.exception
 
cn.stylefeng.roses.kernel.config.api.exception.enums - 程序包 cn.stylefeng.roses.kernel.config.api.exception.enums
 
cn.stylefeng.roses.kernel.config.api.pojo - 程序包 cn.stylefeng.roses.kernel.config.api.pojo
 
CONFIG_EXCEPTION_STEP_CODE - 接口 中的静态变量cn.stylefeng.roses.kernel.config.api.constants.ConfigConstants
异常枚举的步进值
CONFIG_MODULE_NAME - 接口 中的静态变量cn.stylefeng.roses.kernel.config.api.constants.ConfigConstants
config模块的名称
ConfigApi - cn.stylefeng.roses.kernel.config.api中的接口
系统配置表相关的api 系统配置表的实现可以用内存,数据库或redis
ConfigConstants - cn.stylefeng.roses.kernel.config.api.constants中的接口
系统配置表的常量
ConfigContext - cn.stylefeng.roses.kernel.config.api.context中的类
系统配置表相关的api 系统配置表默认由数据库实现,可实现在线管理,也可以拓展redis等实现 使用之前请调用setConfigApi初始化
ConfigContext() - 类 的构造器cn.stylefeng.roses.kernel.config.api.context.ConfigContext
 
ConfigException - cn.stylefeng.roses.kernel.config.api.exception中的异常错误
系统配置表的异常
ConfigException(String, String) - 异常错误 的构造器cn.stylefeng.roses.kernel.config.api.exception.ConfigException
 
ConfigException(AbstractExceptionEnum) - 异常错误 的构造器cn.stylefeng.roses.kernel.config.api.exception.ConfigException
 
ConfigException(AbstractExceptionEnum, String) - 异常错误 的构造器cn.stylefeng.roses.kernel.config.api.exception.ConfigException
 
ConfigExceptionEnum - cn.stylefeng.roses.kernel.config.api.exception.enums中的枚举
系统配置表相关的异常枚举
ConfigInitCallbackApi - cn.stylefeng.roses.kernel.config.api中的接口
配置初始化回调
ConfigInitItem - cn.stylefeng.roses.kernel.config.api.pojo中的类
初始化系统配置参数
ConfigInitItem() - 类 的构造器cn.stylefeng.roses.kernel.config.api.pojo.ConfigInitItem
 
ConfigInitRequest - cn.stylefeng.roses.kernel.config.api.pojo中的类
初始化系统配置参数
ConfigInitRequest() - 类 的构造器cn.stylefeng.roses.kernel.config.api.pojo.ConfigInitRequest
 
ConfigInitStrategyApi - cn.stylefeng.roses.kernel.config.api中的接口
配置初始化的策略

D

deleteConfig(String) - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
删除一个配置项

G

getAllConfigKeys() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
获取所有配置的名称集合
getAllConfigs() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
获取配置表中所有配置
getConfigListSql() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.SysConfigDataApi
获取所有配置list的sql
getConfigs(Connection) - 接口 中的方法cn.stylefeng.roses.kernel.config.api.SysConfigDataApi
获取系统配置表中的所有数据
getConfigValue(String, Class<T>) - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
获取config表中的配置,如果为空,抛出异常
getConfigValueNullable(String, Class<T>) - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
获取config表中的配置,如果为空,返回null
getDescription() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigInitStrategyApi
获取这个配置组的详细说明
getInitConfigFlag() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.InitConfigApi
获取配置是否初始化的标志
getInitConfigs() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigInitStrategyApi
获取需要被初始化的配置集合
getSysConfigValueWithDefault(String, Class<T>, T) - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
获取config表中的配置,如果为空返回默认值
getTitle() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigInitStrategyApi
获取这个配置组下的标题

I

initAfter() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigInitCallbackApi
初始化之后回调 其他组件可以在配置初始化之前干一些事情,如重新配置等操作
initBefore() - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigInitCallbackApi
初始化之前回调 其他组件可以在配置初始化之前干一些事情,如生成配置文件等操作
initConfig(Map<String, Object>) - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
初始化配置表中的所有配置
InitConfigApi - cn.stylefeng.roses.kernel.config.api中的接口
系统配置表相关的api 系统配置表的实现可以用内存,数据库或redis

M

me() - 类 中的静态方法cn.stylefeng.roses.kernel.config.api.context.ConfigContext
获取config操作接口

P

putConfig(String, Object) - 接口 中的方法cn.stylefeng.roses.kernel.config.api.ConfigApi
往配置表中添加一个配置 如果有某个配置,则会覆盖某个配置

S

setConfigApi(ConfigApi) - 类 中的静态方法cn.stylefeng.roses.kernel.config.api.context.ConfigContext
设置config api的实现
SYS_SERVER_DEPLOY_HOST - 接口 中的静态变量cn.stylefeng.roses.kernel.config.api.constants.ConfigConstants
后端部署的地址,在sys_config中的编码
SysConfigDataApi - cn.stylefeng.roses.kernel.config.api中的接口
系统配置元数据获取的api

V

valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.config.api.exception.enums.ConfigExceptionEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.config.api.exception.enums.ConfigExceptionEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
C D G I M P S V 
跳过导航链接

Copyright © 2022. All rights reserved.