Interface OpenApiRuntimeConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.smallrye-openapi")
public interface OpenApiRuntimeConfig
-
Method Summary
-
Method Details
-
enable
@WithDefault("true") boolean enable()Enable the openapi endpoint. By default it's enabled. -
servers
Specify the list of global servers that provide connectivity information
-