跳过导航链接
B C D F G H I J L N O P R S W 

B

baseUri(String) - 类 中的方法io.zhudy.duic.config.Config.Builder
基 uri.
build() - 类 中的方法io.zhudy.duic.config.Config.Builder
返回配置实例。
Builder() - 类 的构造器io.zhudy.duic.config.Config.Builder
 

C

Config - io.zhudy.duic.config中的类
配置获取实现.
Config.Builder - io.zhudy.duic.config中的类
 
ConfigNotFoundException - io.zhudy.duic.config中的异常错误
未找到指定的配置项异常类型.
ConfigNotFoundException(String) - 异常错误 的构造器io.zhudy.duic.config.ConfigNotFoundException
根据配置键创建异常对象.
ConfigNotFoundException(String, Throwable) - 异常错误 的构造器io.zhudy.duic.config.ConfigNotFoundException
根据配置键与目标异常创建异常对象.
configToken(String) - 类 中的方法io.zhudy.duic.config.Config.Builder
配置访问令牌.
ConfigUtils - io.zhudy.duic.config中的类
配置工具包.
containsKey(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
判断是否有配置指定参数.
contextDestroyed(ServletContextEvent) - 类 中的方法io.zhudy.duic.config.web.DuicConfigContextListener
 
contextInitialized(ServletContextEvent) - 类 中的方法io.zhudy.duic.config.web.DuicConfigContextListener
 

D

DuicClientException - io.zhudy.duic.config中的异常错误
DuiC 操作异常.
DuicClientException(String) - 异常错误 的构造器io.zhudy.duic.config.DuicClientException
带有详细描述的构造函数.
DuicClientException(Throwable) - 异常错误 的构造器io.zhudy.duic.config.DuicClientException
带有目标异常的构造函数.
DuicClientException(String, Throwable) - 异常错误 的构造器io.zhudy.duic.config.DuicClientException
带有详细描述及目标异常的构造函数.
DuicClientUtils - io.zhudy.duic.config中的类
DuiC 客户端工具包.
DuicConfigBeanFactoryPostProcessor - io.zhudy.duic.config.spring中的类
DuiC Spring BeanFactoryPostProcessor.
DuicConfigBeanFactoryPostProcessor() - 类 的构造器io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
DuicConfigContextListener - io.zhudy.duic.config.web中的类
 
DuicConfigContextListener() - 类 的构造器io.zhudy.duic.config.web.DuicConfigContextListener
 
DuicListener - io.zhudy.duic.config中的接口
加载配置的监听器。

F

failFast(boolean) - 类 中的方法io.zhudy.duic.config.Config.Builder
当配置获取失败时, 直接抛出异常, 快速失败

G

get(String) - 类 中的方法io.zhudy.duic.config.Config
 
get(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则抛出 ConfigNotFoundException.
get(String, Object) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回指定的默认值.
getBaseUri() - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
getBoolean(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回false.
getBoolean(String, boolean) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回指定的默认值.
getConfigToken() - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
getDouble(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回0.
getDouble(String, double) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回指定的默认值.
getFlattenedMap(Map<String, Object>) - 类 中的方法io.zhudy.duic.config.Config
 
getFloat(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回0.
getFloat(String, float) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回指定的默认值.
getInt(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回0.
getInt(String, int) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回指定的默认值.
getJsonParser() - 类 中的静态方法io.zhudy.duic.config.internal.JsonParserFactory
 
getKey() - 异常错误 中的方法io.zhudy.duic.config.ConfigNotFoundException
返回未找到的配置键.
getKey() - 异常错误 中的方法io.zhudy.duic.config.WrongConfigValueException
返回属性值错误的键.
getListeners() - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
getLong(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回0.
getLong(String, long) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回指定的默认值.
getName() - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
getOrNull(String) - 类 中的方法io.zhudy.duic.config.Config
 
getOrNull(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回null.
getProfile() - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
getProperties(String) - 类 中的静态方法io.zhudy.duic.config.DuicClientUtils
获取配置.
getProperties(String, String) - 类 中的静态方法io.zhudy.duic.config.DuicClientUtils
获取配置.
getReloadPlot() - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
getState(String) - 类 中的静态方法io.zhudy.duic.config.DuicClientUtils
获取配置状态.
getState(String, String) - 类 中的静态方法io.zhudy.duic.config.DuicClientUtils
获取配置状态.
getString(String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回null.
getString(String, String) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
返回指定配置名称的参数值, 如果不存在则返回指定的默认值.
getValue() - 异常错误 中的方法io.zhudy.duic.config.WrongConfigValueException
返回错误的属性值.
GsonJsonParser - io.zhudy.duic.config.internal中的类
 
GsonJsonParser() - 类 的构造器io.zhudy.duic.config.internal.GsonJsonParser
 

H

handle(String, Map<String, Object>) - 接口 中的方法io.zhudy.duic.config.DuicListener
事件处理。

I

io.zhudy.duic.config - 程序包 io.zhudy.duic.config
 
io.zhudy.duic.config.internal - 程序包 io.zhudy.duic.config.internal
 
io.zhudy.duic.config.spring - 程序包 io.zhudy.duic.config.spring
 
io.zhudy.duic.config.util - 程序包 io.zhudy.duic.config.util
 
io.zhudy.duic.config.web - 程序包 io.zhudy.duic.config.web
 
isFailFast() - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 

J

JacksonJsonParser - io.zhudy.duic.config.internal中的类
 
JacksonJsonParser() - 类 的构造器io.zhudy.duic.config.internal.JacksonJsonParser
 
JsonParser - io.zhudy.duic.config.internal中的接口
 
JsonParserFactory - io.zhudy.duic.config.internal中的类
 
JsonParserFactory() - 类 的构造器io.zhudy.duic.config.internal.JsonParserFactory
 

L

listener(DuicListener) - 类 中的方法io.zhudy.duic.config.Config.Builder
配置监听器。

N

name(String) - 类 中的方法io.zhudy.duic.config.Config.Builder
配置应用名称.

O

onApplicationEvent(ApplicationEvent) - 类 中的方法io.zhudy.duic.config.spring.ReloadConfigApplicationListener
 

P

parse(String) - 类 中的方法io.zhudy.duic.config.internal.GsonJsonParser
 
parse(String) - 类 中的方法io.zhudy.duic.config.internal.JacksonJsonParser
 
parse(String) - 接口 中的方法io.zhudy.duic.config.internal.JsonParser
 
parseStringValue(String, PropertyPlaceholderHelper.PlaceholderResolver, Set<String>) - 类 中的方法io.zhudy.duic.config.util.PropertyPlaceholderHelper
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
profile(String) - 类 中的方法io.zhudy.duic.config.Config.Builder
配置应用环境.
PropertyPlaceholderHelper - io.zhudy.duic.config.util中的类
Utility class for working with Strings that have placeholder values in them.
PropertyPlaceholderHelper(String, String) - 类 的构造器io.zhudy.duic.config.util.PropertyPlaceholderHelper
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper(String, String, String, boolean) - 类 的构造器io.zhudy.duic.config.util.PropertyPlaceholderHelper
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper.PlaceholderResolver - io.zhudy.duic.config.util中的接口
Strategy interface used to resolve replacement values for placeholders contained in Strings.

R

ReloadConfigApplicationListener - io.zhudy.duic.config.spring中的类
ApplicationListener。
ReloadConfigApplicationListener() - 类 的构造器io.zhudy.duic.config.spring.ReloadConfigApplicationListener
 
ReloadConfigEvent - io.zhudy.duic.config.spring中的类
 
ReloadConfigEvent(Object) - 类 的构造器io.zhudy.duic.config.spring.ReloadConfigEvent
Create a new ApplicationEvent.
reloadPlot(ReloadPlot) - 类 中的方法io.zhudy.duic.config.Config.Builder
配置重载策略
ReloadPlot - io.zhudy.duic.config中的类
配置重载策略.
ReloadPlot(int, TimeUnit) - 类 的构造器io.zhudy.duic.config.ReloadPlot
构造配置重载实例.
replacePlaceholders(String, Properties) - 类 中的方法io.zhudy.duic.config.util.PropertyPlaceholderHelper
Replaces all placeholders of format ${name} with the corresponding property from the supplied Properties.
replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) - 类 中的方法io.zhudy.duic.config.util.PropertyPlaceholderHelper
Replaces all placeholders of format ${name} with the value returned from the supplied PropertyPlaceholderHelper.PlaceholderResolver.
resolvePlaceholder(String) - 接口 中的方法io.zhudy.duic.config.util.PropertyPlaceholderHelper.PlaceholderResolver
Resolves the supplied placeholder name into the replacement value.

S

setApplicationContext(ApplicationContext) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setApplicationContext(ApplicationContext) - 类 中的方法io.zhudy.duic.config.spring.ReloadConfigApplicationListener
 
setBaseUri(String) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setConfigToken(String) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setDefaultConfig(Config) - 类 中的静态方法io.zhudy.duic.config.ConfigUtils
设置默认的配置获取实例.
setEnvironment(Environment) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setFailFast(boolean) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setHttpClient(OkHttpClient) - 类 中的静态方法io.zhudy.duic.config.DuicClientUtils
设置 OkHttpClient 实例.
setListeners(List<DuicListener>) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setName(String) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setProfile(String) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
setReloadPlot(ReloadPlot) - 类 中的方法io.zhudy.duic.config.spring.DuicConfigBeanFactoryPostProcessor
 
StringUtils - io.zhudy.duic.config.util中的类
 
StringUtils() - 类 的构造器io.zhudy.duic.config.util.StringUtils
 
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法io.zhudy.duic.config.util.StringUtils
Test whether the given string matches the given substring at the given index.

W

WrongConfigValueException - io.zhudy.duic.config中的异常错误
错误的配置属性值异常.
WrongConfigValueException(String, Object, Throwable) - 异常错误 的构造器io.zhudy.duic.config.WrongConfigValueException
通过配置键, 值与目标异常构建异常.
B C D F G H I J L N O P R S W 
跳过导航链接