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.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 classApplicationConfigclassBannerRuntimeConfigclassCommandLineRuntimeConfigThis configuration class is here to avoid warnings when using-Dquarkus.args=....classConfigConfigWe don't really use this, because these are configurations for the config itself, so it causes a chicken / egg problem, but we have it so the configurations can be properly documented.classLiveReloadConfigclassLocalesBuildTimeConfigclassThreadPoolConfigThe core thread pool config.classTlsConfigConfiguration class allowing to globally set TLS properties.classTopLevelRootConfigThis is used currently only to suppress warnings about unknown properties when the user supplies something like: -Dquarkus.profile=someProfile TODO refactor code to actually use these values -
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.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
-