Package io.quarkus.deployment
Interface ExtensionLoaderConfig
@ConfigMapping(prefix="quarkus.extension-loader")
@ConfigRoot
public interface ExtensionLoaderConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum -
Method Summary
Modifier and TypeMethodDescriptionReport runtime Config objects used during deployment time.
-
Method Details
-
reportRuntimeConfigAtDeployment
@WithDefault("warn") ExtensionLoaderConfig.ReportRuntimeConfigAtDeployment reportRuntimeConfigAtDeployment()Report runtime Config objects used during deployment time.
-