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