Class FunctionOpenApiPathService
- java.lang.Object
-
- com.aquima.web.api.openapi.function.FunctionOpenApiPathService
-
@Service public class FunctionOpenApiPathService extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionOpenApiPathService(FunctionService functionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.swagger.v3.oas.models.Paths
projectPaths(String project, String version, String basePath)
io.swagger.v3.oas.models.Paths
shortcutPaths(com.blueriq.component.api.shortcut.function.FunctionShortcut shortcut, String basePath)
-
-
-
Constructor Detail
-
FunctionOpenApiPathService
@Autowired public FunctionOpenApiPathService(FunctionService functionService)
-
-