Package io.quarkus.arc.runtime
Class ConfigStaticInitValues
java.lang.Object
io.quarkus.arc.runtime.ConfigStaticInitValues
This is a store for all config values injected (directly or programmatically) during the static init phase.
The values are then compared with the current values during the runtime init, i.e. when the application starts. If a mismatch is found the startup fails with an actionable error.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidonStart(StartupEvent event) (package private) voidrecordConfigValue(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, String name, String value)
-
Constructor Details
-
ConfigStaticInitValues
public ConfigStaticInitValues()
-
-
Method Details
-
recordConfigValue
-
onStart
-