Uses of Class
io.quarkus.runtime.annotations.ConfigRoot
-
Packages that use ConfigRoot Package Description io.quarkus.runtime io.quarkus.runtime.configuration io.quarkus.runtime.console io.quarkus.runtime.init io.quarkus.runtime.logging io.quarkus.runtime.shutdown -
-
Uses of ConfigRoot in io.quarkus.runtime
Classes in io.quarkus.runtime with annotations of type ConfigRoot Modifier and Type Class Description class
ApplicationConfig
class
BannerRuntimeConfig
class
BuildAnalyticsConfig
Build time analytics configuration.interface
BuilderConfig
This configuration class is here to avoid warnings when using-Dquarkus.builder.=...
.class
CommandLineRuntimeConfig
This configuration class is here to avoid warnings when using-Dquarkus.args=...
.interface
ConfigConfig
We don't really use this, because these are configurations for the config itself, so it causes a chicken / egg problem, but we need it for documentation purposes.class
DebugRuntimeConfig
interface
LaunchConfig
class
LiveReloadConfig
class
LocalesBuildTimeConfig
class
ThreadPoolConfig
The core thread pool config.class
TlsConfig
Configuration class allowing to globally set TLS properties. -
Uses of ConfigRoot in io.quarkus.runtime.configuration
Classes in io.quarkus.runtime.configuration with annotations of type ConfigRoot Modifier and Type Class Description class
ConfigurationRuntimeConfig
-
Uses of ConfigRoot in io.quarkus.runtime.console
Classes in io.quarkus.runtime.console with annotations of type ConfigRoot Modifier and Type Class Description class
ConsoleRuntimeConfig
-
Uses of ConfigRoot in io.quarkus.runtime.init
Classes in io.quarkus.runtime.init with annotations of type ConfigRoot Modifier and Type Interface Description interface
InitRuntimeConfig
-
Uses of ConfigRoot in io.quarkus.runtime.logging
Classes in io.quarkus.runtime.logging with annotations of type ConfigRoot Modifier and Type Class Description class
LogBuildTimeConfig
class
LogConfig
-
Uses of ConfigRoot in io.quarkus.runtime.shutdown
Classes in io.quarkus.runtime.shutdown with annotations of type ConfigRoot Modifier and Type Class Description class
ShutdownConfig
-