Package org.springdoc.core.customizers
Interface DataRestRouterOperationCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The interface Data rest router operation customizer.
- Author:
- bnasslahsen
-
Method Summary
Modifier and TypeMethodDescriptioncustomize
(RouterOperation routerOperation) Customize router operation.
-
Method Details
-
customize
Customize router operation.- Parameters:
routerOperation
- input operation- Returns:
- customized router operation
-