| Package | Description |
|---|---|
| io.quarkus.runtime.configuration |
| Modifier and Type | Field and Description |
|---|---|
ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime |
ConfigurationRuntimeConfig.buildTimeMismatchAtRuntime
What should happen if the application is started with a different build time configuration than it was compiled
against.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime |
ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime[] |
ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.