Uses of Enum Class
io.quarkus.runtime.configuration.ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime
Packages that use ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime
-
Uses of ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime in io.quarkus.runtime.configuration
Fields in io.quarkus.runtime.configuration declared as ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntimeModifier and TypeFieldDescriptionConfigurationRuntimeConfig.buildTimeMismatchAtRuntime
What should happen if the application is started with a different build time configuration than it was compiled against.Methods in io.quarkus.runtime.configuration that return ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntimeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime.values()
Returns an array containing the constants of this enum class, in the order they are declared.