public class EnvironmentWrapper extends AbstractMap<String,Object> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EnvironmentWrapper(org.springframework.core.env.StandardEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asProperties() |
String |
asPropertiesFileContent() |
Set<Map.Entry<String,Object>> |
entrySet() |
List<String> |
getProfiles() |
String |
getProfilesAsString() |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2016–2022. All rights reserved.