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 Details

    • RouterFunctionWebMvcProvider

      public RouterFunctionWebMvcProvider()
  • Method Details

    • getRouterFunctionPaths

      public Optional<Map<String,AbstractRouterFunctionVisitor>> getRouterFunctionPaths()
      Gets web mvc router function paths.
      Specified by:
      getRouterFunctionPaths in interface RouterFunctionProvider
      Returns:
      the web mvc router function paths
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException