Package io.quarkus.deployment.builditem
Class RunTimeConfigurationDefaultBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.builditem.RunTimeConfigurationDefaultBuildItem
A build item which specifies a configuration default value for run time, which is used to establish a default other
than the one given for
ConfigItem.defaultValue().-
Constructor Summary
ConstructorsConstructorDescriptionRunTimeConfigurationDefaultBuildItem(String key, String value) Construct a new instance. -
Method Summary
-
Constructor Details
-
RunTimeConfigurationDefaultBuildItem
Construct a new instance.- Parameters:
key- the configuration key (must not benullor empty)value- the configuration value (must not benull)
-
-
Method Details
-
getKey
Get the configuration key.- Returns:
- the configuration key (not
nullor empty)
-
getValue
Get the configuration value.- Returns:
- the configuration value (must not be
null)
-