Package io.quarkus.swaggerui.runtime
Interface SwaggerUiRuntimeConfig
@ConfigMapping(prefix="quarkus.swagger-ui")
@ConfigRoot(phase=RUN_TIME)
public interface SwaggerUiRuntimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenable()If Swagger UI is included, it should be enabled/disabled.
-
Method Details
-
enable
@WithDefault("true") boolean enable()If Swagger UI is included, it should be enabled/disabled. By default, Swagger UI is enabled if it is included (seealways-include).
-