Class BootstrapConfiguration
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
io.micronaut.projectgen.core.feature.config.Configuration
io.micronaut.projectgen.core.feature.config.BootstrapConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
Bootstrap configuration.
- 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> -
Field Summary
Fields inherited from class io.micronaut.projectgen.core.feature.config.Configuration
BLANK_LINE_PREFIX, COMMENT_PREFIX, PREFIXES
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapConfiguration
(@NonNull String environment) BootstrapConfiguration
(@NonNull String sourceSet, @NonNull String environment) -
Method Summary
Methods inherited from class io.micronaut.projectgen.core.feature.config.Configuration
addCommaSeparatedValue, addListItem, addNested, addNested, addNested, blankLine, comment, 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
-