Package org.springdoc.core.providers
Interface CloudFunctionProvider
- All Known Implementing Classes:
SpringCloudFunctionProvider
public interface CloudFunctionProvider
The interface Spring cloud function provider.
- Author:
- bnasslahsen
-
Method Summary
Modifier and TypeMethodDescriptiongetRouterOperations
(io.swagger.v3.oas.models.OpenAPI openAPI) Gets router operations.
-
Method Details
-
getRouterOperations
Gets router operations.- Parameters:
openAPI
- the open api- Returns:
- the router operations
-