| Class | Description |
|---|---|
| OpenAPISupport |
Provides an endpoint and supporting logic for returning an OpenAPI document
that describes the endpoints handled by the application.
|
| OpenAPISupport.Builder |
Fluent API builder for
OpenAPISupport. |
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.
Copyright © 2018–2019 Oracle Corporation. All rights reserved.