Package io.quarkus.swaggerui.runtime
Class SwaggerUiRuntimeConfig
- java.lang.Object
-
- io.quarkus.swaggerui.runtime.SwaggerUiRuntimeConfig
-
@ConfigRoot(phase=RUN_TIME) public class SwaggerUiRuntimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
enable
If Swagger UI is included, it should be enabled/disabled.
-
Constructor Summary
Constructors Constructor Description SwaggerUiRuntimeConfig()
-
-
-
Field Detail
-
enable
@ConfigItem(defaultValue="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
).
-
-