public class SecretPropertiesPropertySource extends MapPropertySource
MapPropertySource containing secret properties.PropertySource.StubPropertySource| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
logger, name, source| Constructor and Description |
|---|
SecretPropertiesPropertySource(Map<String,Object> source) |
| Modifier and Type | Method and Description |
|---|---|
static void |
merge(Map<String,Object> source,
MutablePropertySources sources)
Merges the given source with existing secretProperties and adds them to the end of sources.
|
containsProperty, getProperty, getPropertyNamespublic static final String NAME
public static void merge(Map<String,Object> source, MutablePropertySources sources)
source - the map to be merged; must not be nullsources - the collection of property sources to add the source to; must not be nullCopyright © 2023. All rights reserved.