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