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