public class ConfigServerPropertySource
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ConfigServerPropertySource(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> source)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the property source.
|
java.util.Map<java.lang.String,java.lang.Object> |
getSource()
Returns the map containing the configuration entries.
|
java.lang.String |
toString() |
@Internal protected ConfigServerPropertySource(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> source)
name
- The name of the property source in the config serversource
- The map containing the configuration entries@NonNull public java.lang.String getName()
@NonNull public java.util.Map<java.lang.String,java.lang.Object> getSource()
public java.lang.String toString()
toString
in class java.lang.Object