Uses of Record Class
dev.rafex.ether.http.openapi.model.OpenApiPathItem
Packages that use OpenApiPathItem
Package
Description
OpenAPI domain models used to serialize specifications.
-
Uses of OpenApiPathItem in dev.rafex.ether.http.openapi.model
Methods in dev.rafex.ether.http.openapi.model that return OpenApiPathItemModifier and TypeMethodDescriptionstatic OpenApiPathItemOpenApiPathItem.empty()OpenApiPathItem.withOperation(String method, OpenApiOperation operation) Methods in dev.rafex.ether.http.openapi.model that return types with arguments of type OpenApiPathItemModifier and TypeMethodDescriptionOpenApiDocument.paths()Returns the value of thepathsrecord component.Constructor parameters in dev.rafex.ether.http.openapi.model with type arguments of type OpenApiPathItemModifierConstructorDescriptionOpenApiDocument(String openapi, OpenApiInfo info, List<OpenApiServer> servers, Map<String, OpenApiPathItem> paths, OpenApiComponents components) Creates an instance of aOpenApiDocumentrecord class.