Uses of Record Class
dev.rafex.ether.http.openapi.model.OpenApiOperation
Packages that use OpenApiOperation
Package
Description
Builders that assemble OpenAPI documents from Ether route metadata.
OpenAPI domain models used to serialize specifications.
-
Uses of OpenApiOperation in dev.rafex.ether.http.openapi.builder
Methods in dev.rafex.ether.http.openapi.builder with parameters of type OpenApiOperationModifier and TypeMethodDescriptionOpenApiDocumentBuilder.addOperation(String path, String method, OpenApiOperation operation) -
Uses of OpenApiOperation in dev.rafex.ether.http.openapi.model
Methods in dev.rafex.ether.http.openapi.model that return OpenApiOperationMethods in dev.rafex.ether.http.openapi.model that return types with arguments of type OpenApiOperationModifier and TypeMethodDescriptionOpenApiPathItem.operations()Returns the value of theoperationsrecord component.Methods in dev.rafex.ether.http.openapi.model with parameters of type OpenApiOperationModifier and TypeMethodDescriptionOpenApiPathItem.withOperation(String method, OpenApiOperation operation) Constructor parameters in dev.rafex.ether.http.openapi.model with type arguments of type OpenApiOperationModifierConstructorDescriptionOpenApiPathItem(Map<String, OpenApiOperation> operations) Creates an instance of aOpenApiPathItemrecord class.