@Immutable public class ConfigServerPropertySource extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | ConfigServerPropertySource(String name,
                          Map<String,Object> source)Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns the name of the property source. | 
| Map<String,Object> | getSource()Returns the map containing the configuration entries. | 
| String | toString() | 
@Nonnull public String getName()
@Nonnull public Map<String,Object> getSource()