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, for removal: This API element is subject to removal in a future version.usequarkus.smallrye-openapi.enabledinsteadEnable the openapi endpoint. By default it's enabled. -
servers
Specify the list of global servers that provide connectivity information
-
quarkus.smallrye-openapi.enabledinstead