@ConfigRoot static final class SwaggerUiProcessor.SwaggerUiConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
alwaysInclude
If this should be included every time.
|
(package private) boolean |
enable
If Swagger UI should be enabled.
|
(package private) String |
path
The path where Swagger UI is available.
|
| Constructor and Description |
|---|
SwaggerUiConfig() |
@ConfigItem(defaultValue="/swagger-ui") String path
The value `/` is not allowed as it blocks the application from serving anything else.
@ConfigItem boolean alwaysInclude
@ConfigItem(defaultValue="true") boolean enable
Copyright © 2020 JBoss by Red Hat. All rights reserved.