Interface SpincastSwaggerUiConfig

All Known Implementing Classes:
SpincastSwaggerUiConfigDefault

public interface SpincastSwaggerUiConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The absolute URL or relative path to the Open API specifications file.
    The URL path the Swagger UI will be served on.
    boolean
    If true, the top bar of the UI will be shown.
  • Method Details

    • getSwaggerUiPath

      String getSwaggerUiPath()
      The URL path the Swagger UI will be served on.

      Defaults to "/swagger-ui"

    • getOpenApiSpecificationsUrl

      String getOpenApiSpecificationsUrl()
      The absolute URL or relative path to the Open API specifications file.

      Defaults to "https://petstore.swagger.io/v2/swagger.json"

    • showTopBar

      boolean showTopBar()
      If true, the top bar of the UI will be shown.

      Defaults to false.