public class ConfigPropertySource extends org.springframework.core.env.EnumerablePropertySource<Config>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addChangeListener(ConfigChangeListener listener) |
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
public String[] getPropertyNames()
getPropertyNames 在类中 org.springframework.core.env.EnumerablePropertySource<Config>public Object getProperty(String name)
getProperty 在类中 org.springframework.core.env.PropertySource<Config>public void addChangeListener(ConfigChangeListener listener)
Copyright © 2019 Ctrip, Inc.. All rights reserved.