Uses of Record Class
dev.rafex.ether.http.openapi.model.OpenApiComponents
Packages that use OpenApiComponents
Package
Description
OpenAPI domain models used to serialize specifications.
-
Uses of OpenApiComponents in dev.rafex.ether.http.openapi.model
Methods in dev.rafex.ether.http.openapi.model that return OpenApiComponentsModifier and TypeMethodDescriptionOpenApiDocument.components()Returns the value of thecomponentsrecord component.Constructors in dev.rafex.ether.http.openapi.model with parameters of type OpenApiComponentsModifierConstructorDescriptionOpenApiDocument(String openapi, OpenApiInfo info, List<OpenApiServer> servers, Map<String, OpenApiPathItem> paths, OpenApiComponents components) Creates an instance of aOpenApiDocumentrecord class.