public class SpringConfigProvider extends ConfigProvider implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
SpringConfigProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
CacheContext |
newContext(GlobalCacheConfig globalCacheConfig) |
Function<Object,Object> |
parseKeyConvertor(String convertor) |
Function<byte[],Object> |
parseValueDecoder(String valueDecoder) |
Function<Object,byte[]> |
parseValueEncoder(String valueEncoder) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
createCacheNameGenerator, getCacheManager, setCacheManager, statCallbackpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic CacheContext newContext(GlobalCacheConfig globalCacheConfig)
newContext 在类中 ConfigProviderpublic Function<Object,byte[]> parseValueEncoder(String valueEncoder)
parseValueEncoder 在类中 ConfigProviderpublic Function<byte[],Object> parseValueDecoder(String valueDecoder)
parseValueDecoder 在类中 ConfigProviderpublic Function<Object,Object> parseKeyConvertor(String convertor)
parseKeyConvertor 在类中 ConfigProviderCopyright © 2013–2019. All rights reserved.