@FunctionalInterface public interface OperationCustomizer
OperationCustomizer to customize an operation
based on the handler method input on default OpenAPI descriptions but not
groupscustomize operations on default OpenAPI description and groups| Modifier and Type | Method and Description |
|---|---|
io.swagger.v3.oas.models.Operation |
customize(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod)
Customize operation.
|
io.swagger.v3.oas.models.Operation customize(io.swagger.v3.oas.models.Operation operation,
org.springframework.web.method.HandlerMethod handlerMethod)
operation - input operationhandlerMethod - original handler methodCopyright © 2024. All rights reserved.