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.