Class OpenApi

java.lang.Object
io.helidon.openapi.OpenApi

public final class OpenApi extends Object
OpenAPI document annotations.

Declarative OpenAPI annotations do not model operation callbacks or OpenAPI 3.1 and 3.2 top-level webhooks. To describe a callback, use a static OpenAPI document or an OpenApiDocumentSource that defines the complete containing operation, and configure Helidon not to generate the same path and method from annotations. A static document or document source can also define top-level webhooks. Combining static and generated content uses MERGE mode and requires non-conflicting content.