| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_KEY |
static String |
DEFAULT_NAME |
static String |
INIT_PROPERTY_FILE_PATH |
| Constructor and Description |
|---|
RedisPropertySource(org.springframework.context.ConfigurableApplicationContext context) |
RedisPropertySource(org.springframework.context.ConfigurableApplicationContext context,
String name) |
RedisPropertySource(org.springframework.context.ConfigurableApplicationContext context,
String name,
String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperty(String name) |
Object |
getProperty(String name) |
void |
initialRedisPropertySource(org.springframework.context.ConfigurableApplicationContext context) |
void |
initialRedisTemplate(org.springframework.context.ConfigurableApplicationContext context) |
void |
setKey(String key) |
public static String DEFAULT_NAME
public static String DEFAULT_KEY
public static String INIT_PROPERTY_FILE_PATH
public RedisPropertySource(org.springframework.context.ConfigurableApplicationContext context)
public RedisPropertySource(org.springframework.context.ConfigurableApplicationContext context,
String name)
public void initialRedisPropertySource(org.springframework.context.ConfigurableApplicationContext context)
context - public void initialRedisTemplate(org.springframework.context.ConfigurableApplicationContext context)
context - public boolean containsProperty(String name)
public void setKey(String key)
Copyright © 2020. All rights reserved.