Uses of Class
io.helidon.microprofile.openapi.MPOpenAPIBuilder
-
Packages that use MPOpenAPIBuilder Package Description io.helidon.microprofile.openapi Support for OpenAPI in Helidon MP. -
-
Uses of MPOpenAPIBuilder in io.helidon.microprofile.openapi
Methods in io.helidon.microprofile.openapi that return MPOpenAPIBuilder Modifier and Type Method Description MPOpenAPIBuilder
MPOpenAPIBuilder. indexView(org.jboss.jandex.IndexView indexView)
Sets the IndexView instance to be passed to the smallrye OpenApi impl for annotation analysis.MPOpenAPIBuilder
MPOpenAPIBuilder. openAPIConfig(io.smallrye.openapi.api.OpenApiConfig config)
Sets the OpenApiConfig instance to use in governing the behavior of the smallrye OpenApi implementation.
-