Uses of Class
io.quarkus.deployment.builditem.SuppressNonRuntimeConfigChangedWarningBuildItem
-
Packages that use SuppressNonRuntimeConfigChangedWarningBuildItem Package Description io.quarkus.deployment.steps -
-
Uses of SuppressNonRuntimeConfigChangedWarningBuildItem in io.quarkus.deployment.steps
Method parameters in io.quarkus.deployment.steps with type arguments of type SuppressNonRuntimeConfigChangedWarningBuildItem Modifier and Type Method Description voidConfigGenerationBuildStep. checkForBuildTimeConfigChange(RecorderContext recorderContext, ConfigRecorder recorder, ConfigurationBuildItem configItem, List<SuppressNonRuntimeConfigChangedWarningBuildItem> suppressNonRuntimeConfigChangedWarningItems)Warns if build time config properties have been changed at runtime.voidConfigGenerationBuildStep. suppressNonRuntimeConfigChanged(BuildProducer<SuppressNonRuntimeConfigChangedWarningBuildItem> suppressNonRuntimeConfigChanged)
-