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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RouterOperation>
getRouterOperations(io.swagger.v3.oas.models.OpenAPI openAPI)
Gets router operations.
-
-
-
Method Detail
-
getRouterOperations
List<RouterOperation> getRouterOperations(io.swagger.v3.oas.models.OpenAPI openAPI)
Gets router operations.- Parameters:
openAPI
- the open api- Returns:
- the router operations
-
-