Class ApplicationConfiguration
java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
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>, SequencedMap<String, Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorsConstructorDescriptionApplicationConfiguration(@NonNull String environment) ApplicationConfiguration(@NonNull String sourceSet, @NonNull String environment) -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationConfigurationstatic ApplicationConfigurationstatic ApplicationConfigurationMethods inherited from class Configuration
addCommaSeparatedValue, addListItem, addNested, addNested, addNested, containsKey, equals, get, getFileName, getFullPath, getPath, getTemplateKey, hashCodeMethods inherited from class LinkedHashMap
clear, containsValue, entrySet, forEach, getOrDefault, keySet, newLinkedHashMap, putFirst, putLast, removeEldestEntry, replaceAll, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues, valuesMethods inherited from class HashMap
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class AbstractMap
toStringMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from interface SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry
-
Constructor Details
-
ApplicationConfiguration
-
ApplicationConfiguration
-
ApplicationConfiguration
public ApplicationConfiguration()
-
-
Method Details
-
testConfig
-
functionTestConfig
-
devConfig
-