Class RouterFunctionWebMvcProvider
java.lang.Object
org.springdoc.webmvc.core.providers.RouterFunctionWebMvcProvider
- All Implemented Interfaces:
RouterFunctionProvider,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class RouterFunctionWebMvcProvider
extends Object
implements RouterFunctionProvider, org.springframework.context.ApplicationContextAware
The type Router function provider.
- Author:
- bnasslahsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets web mvc router function paths.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
RouterFunctionWebMvcProvider
public RouterFunctionWebMvcProvider()
-
-
Method Details
-
getRouterFunctionPaths
Gets web mvc router function paths.- Specified by:
getRouterFunctionPathsin interfaceRouterFunctionProvider- Returns:
- the web mvc router function paths
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-