Class ConfigServerPropertySource
java.lang.Object
io.micronaut.discovery.spring.config.client.ConfigServerPropertySource
Represents a PropertySource returned from Spring Cloud Config server.
- Since:
- 1.1.0
- Author:
- Thiago Locatelli
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConfigServerPropertySource(String name, Map<String, Object> source) Default constructor. -
Method Summary
-
Constructor Details
-
ConfigServerPropertySource
-
-
Method Details
-
getName
Returns the name of the property source.- Returns:
- the name of the property source
-
getSource
-
toString
-