Class ApplicationConfiguration
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
io.micronaut.starter.feature.config.Configuration
io.micronaut.starter.feature.config.ApplicationConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorDescriptionApplicationConfiguration
(@NonNull String environment) ApplicationConfiguration
(@NonNull String sourceSet, @NonNull String environment) -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationConfiguration
static ApplicationConfiguration
static ApplicationConfiguration
Methods inherited from class io.micronaut.starter.feature.config.Configuration
addCommaSeparatedValue, addListItem, addNested, addNested, addNested, containsKey, equals, get, getFileName, getFullPath, getPath, getTemplateKey, hashCode
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, values
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Methods inherited from class java.util.AbstractMap
toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Constructor Details
-
ApplicationConfiguration
-
ApplicationConfiguration
-
ApplicationConfiguration
public ApplicationConfiguration()
-
-
Method Details
-
testConfig
-
functionTestConfig
-
devConfig
-