Package io.helidon.openapi
Helidon SE OpenAPI Support.
Use OpenAPISupport
and its Builder
to include support for
OpenAPI in your application.
Because Helidon SE does not use annotation processing to identify endpoints, you need to provide the OpenAPI information for your application yourself. You can provide a static OpenAPI document or you can implement and specify your own model processing class that provides the data needed to build the OpenAPI document.
-
Class Summary Class Description OpenAPISupport Provides an endpoint and supporting logic for returning an OpenAPI document that describes the endpoints handled by the server.OpenAPISupport.Builder Fluent API builder forOpenAPISupport
.SEOpenAPISupportBuilder BuildsOpenAPISupport
in a Helidon SE environment.