public interface SpincastSwaggerUiConfig
| Modifier and Type | Method and Description |
|---|---|
String |
getOpenApiSpecificationsUrl()
The absolute URL or relative path to the Open API
specifications file.
|
String |
getSwaggerUiPath()
The URL path the Swagger UI will be served on.
|
boolean |
showTopBar()
If
true, the top bar of the UI
will be shown. |
String getSwaggerUiPath()
Defaults to "/swagger-ui"
String getOpenApiSpecificationsUrl()
Defaults to "https://petstore.swagger.io/v2/swagger.json"
boolean showTopBar()
true, the top bar of the UI
will be shown.
Defaults to false.
Copyright © 2019. All rights reserved.