Interface OpenApiRuntimeConfig


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.smallrye-openapi") public interface OpenApiRuntimeConfig
  • 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

      @Deprecated(since="3.31", forRemoval=true) default Optional<Set<String>> servers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specify the list of global servers that provide connectivity information
    • documents

      @WithParentName @WithUnnamedKey("<default>") @WithDefaults @WithUnnamedKey("<default>") Map<String,OpenApiDocumentRuntimeConfig> documents()
      OpenAPI documents