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 classApplicationConfigclassBannerRuntimeConfigclassBuildAnalyticsConfigBuild time analytics configuration.interfaceBuilderConfigThis configuration class is here to avoid warnings when using-Dquarkus.builder.=....classCommandLineRuntimeConfigThis configuration class is here to avoid warnings when using-Dquarkus.args=....interfaceConfigConfigWe 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.classDebugRuntimeConfiginterfaceLaunchConfigclassLiveReloadConfigclassLocalesBuildTimeConfigclassThreadPoolConfigThe core thread pool config.classTlsConfigConfiguration 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 classConfigurationRuntimeConfig -
Uses of ConfigRoot in io.quarkus.runtime.console
Classes in io.quarkus.runtime.console with annotations of type ConfigRoot Modifier and Type Class Description classConsoleRuntimeConfig -
Uses of ConfigRoot in io.quarkus.runtime.init
Classes in io.quarkus.runtime.init with annotations of type ConfigRoot Modifier and Type Class Description classInitRuntimeConfig -
Uses of ConfigRoot in io.quarkus.runtime.logging
Classes in io.quarkus.runtime.logging with annotations of type ConfigRoot Modifier and Type Class Description classLogBuildTimeConfigclassLogConfig -
Uses of ConfigRoot in io.quarkus.runtime.shutdown
Classes in io.quarkus.runtime.shutdown with annotations of type ConfigRoot Modifier and Type Class Description classShutdownConfig
-