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