Uses of Class
io.helidon.openapi.OpenAPISupport.Builder
-
Packages that use OpenAPISupport.Builder Package Description io.helidon.microprofile.openapi Support for OpenAPI in Helidon MP.io.helidon.openapi Helidon SE OpenAPI Support. -
-
Uses of OpenAPISupport.Builder in io.helidon.microprofile.openapi
Subclasses of OpenAPISupport.Builder in io.helidon.microprofile.openapi Modifier and Type Class Description class
MPOpenAPIBuilder
Fluent builder for OpenAPISupport in Helidon MP. -
Uses of OpenAPISupport.Builder in io.helidon.openapi
Subclasses of OpenAPISupport.Builder in io.helidon.openapi Modifier and Type Class Description class
SEOpenAPISupportBuilder
BuildsOpenAPISupport
in a Helidon SE environment.Methods in io.helidon.openapi that return OpenAPISupport.Builder Modifier and Type Method Description static OpenAPISupport.Builder
OpenAPISupport. builder()
Creates a newOpenAPISupport.Builder
forOpenAPISupport
using defaults.OpenAPISupport.Builder
OpenAPISupport.Builder. config(Config config)
Set various builder attributes from the specified openapiConfig
object.OpenAPISupport.Builder
OpenAPISupport.Builder. helidonConfig(Config config)
Deprecated.OpenAPISupport.Builder
OpenAPISupport.Builder. staticFile(String path)
Sets the location of the static OpenAPI document file.OpenAPISupport.Builder
OpenAPISupport.Builder. webContext(String path)
Path under which to register OpenAPI endpoint on the web server.
-