Interface SwaggerUiRuntimeConfig


@ConfigMapping(prefix="quarkus.swagger-ui") @ConfigRoot(phase=RUN_TIME) public interface SwaggerUiRuntimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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 (see always-include).