Package org.springdoc.webmvc.core
Class RouterFunctionWebMvcProvider
- java.lang.Object
-
- org.springdoc.webmvc.core.RouterFunctionWebMvcProvider
-
- All Implemented Interfaces:
RouterFunctionProvider
public class RouterFunctionWebMvcProvider extends Object implements RouterFunctionProvider
The type Router function provider.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description RouterFunctionWebMvcProvider(org.springframework.context.ApplicationContext applicationContext)Instantiates a new Router function provider.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Map<String,AbstractRouterFunctionVisitor>>getRouterFunctionPaths()Gets web mvc router function paths.
-
-
-
Method Detail
-
getRouterFunctionPaths
public Optional<Map<String,AbstractRouterFunctionVisitor>> getRouterFunctionPaths()
Gets web mvc router function paths.- Specified by:
getRouterFunctionPathsin interfaceRouterFunctionProvider- Returns:
- the web mvc router function paths
-
-