Class OpenApiRenderer

java.lang.Object
io.fluxzero.sdk.web.OpenApiRenderer

public final class OpenApiRenderer extends Object
Renders a generic ApiDocCatalog as an OpenAPI JSON document.

The renderer intentionally uses a small inline schema generator instead of binding the SDK API to an OpenAPI-specific model library. The generated schemas cover common Java primitives, enums, records, arrays, collections, maps, and simple field-based POJOs.

See Also: