Interface OpenApiRuntimeConfig


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.smallrye-openapi") public interface OpenApiRuntimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Enable the openapi endpoint.
    Specify the list of global servers that provide connectivity information
  • Method Details

    • enable

      @WithDefault("true") boolean enable()
      Enable the openapi endpoint. By default it's enabled.
    • servers

      Optional<Set<String>> servers()
      Specify the list of global servers that provide connectivity information