Class BootstrapConfiguration
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.BootstrapConfiguration
- 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
ConstructorsConstructorDescriptionBootstrapConfiguration(@NonNull String environment) BootstrapConfiguration(@NonNull String sourceSet, @NonNull String environment) -
Method Summary
Methods 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
-
BootstrapConfiguration
-
BootstrapConfiguration
-
BootstrapConfiguration
public BootstrapConfiguration()
-
-
Method Details
-
testConfig
-