@FunctionalInterface public interface OperationCustomizer
OperationCustomizer
to customize an operation
based on the handler method inputModifier 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 © 2021. All rights reserved.