Package de.vinado.boot.secrets
Class SecretPropertiesPropertySource
java.lang.Object
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<Map<String,Object>>
org.springframework.core.env.MapPropertySource
de.vinado.boot.secrets.SecretPropertiesPropertySource
MapPropertySource
containing secret properties.- Author:
- Vincent Nadoll
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.core.env.PropertySource
PropertySource.StubPropertySource
-
Field Summary
Fields inherited from class org.springframework.core.env.PropertySource
logger, name, source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
merge
(Map<String, Object> source, MutablePropertySources sources) Merges the given source with existing secretProperties and adds them to the end of sources.Methods inherited from class org.springframework.core.env.MapPropertySource
containsProperty, getProperty, getPropertyNames
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
SecretPropertiesPropertySource
-
-
Method Details
-
merge
Merges the given source with existing secretProperties and adds them to the end of sources.- Parameters:
source
- the map to be merged; must not be nullsources
- the collection of property sources to add the source to; must not be null
-