public class ConfigPropertySource extends org.springframework.core.env.EnumerablePropertySource<Config>
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ConfigChangeListener listener) |
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
public String[] getPropertyNames()
getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<Config>public Object getProperty(String name)
getProperty in class org.springframework.core.env.PropertySource<Config>public void addChangeListener(ConfigChangeListener listener)
Copyright © 2018 Ctrip, Inc.. All rights reserved.