Package org.springdoc.core.providers
Interface RouterFunctionProvider
-
public interface RouterFunctionProvider
The interface Router function provider.- Author:
- bnasslahsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Map<String,AbstractRouterFunctionVisitor>>
getRouterFunctionPaths()
Gets router function paths.
-
-
-
Method Detail
-
getRouterFunctionPaths
Optional<Map<String,AbstractRouterFunctionVisitor>> getRouterFunctionPaths()
Gets router function paths.- Returns:
- the router function paths
-
-