@FunctionalInterface public interface RouterOperationCustomizer
RouterOperationCustomizer to customize an router operation
based on the handler method input on default OpenAPI descriptions but not groups| Modifier and Type | Method and Description |
|---|---|
RouterOperation |
customize(RouterOperation routerOperation,
org.springframework.web.method.HandlerMethod handlerMethod)
Customize router operation.
|
RouterOperation customize(RouterOperation routerOperation, org.springframework.web.method.HandlerMethod handlerMethod)
routerOperation - input operationhandlerMethod - original handler methodCopyright © 2024. All rights reserved.