Interface OpenApiRuntimeConfig


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

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    use quarkus.smallrye-openapi.enabled instead
    boolean
    Enable the openapi endpoint.
    Specify the list of global servers that provide connectivity information
  • Method Details

    • enabled

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

      @Deprecated(since="3.26", forRemoval=true) Optional<Boolean> enable()
      Deprecated, for removal: This API element is subject to removal in a future version.
      use quarkus.smallrye-openapi.enabled instead
      Enable the openapi endpoint. By default it's enabled.
    • servers

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