Class SpringWebMvcProvider

java.lang.Object
org.springdoc.core.providers.SpringWebProvider
org.springdoc.webmvc.core.providers.SpringWebMvcProvider
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SpringWebMvcProvider extends org.springdoc.core.providers.SpringWebProvider
The type Spring web mvc provider.
Author:
bnasslahsen
  • Constructor Details

    • SpringWebMvcProvider

      public SpringWebMvcProvider()
  • Method Details

    • findPathPrefix

      public String findPathPrefix(org.springdoc.core.properties.SpringDocConfigProperties springDocConfigProperties)
      Finds path prefix.
      Specified by:
      findPathPrefix in class org.springdoc.core.providers.SpringWebProvider
      Parameters:
      springDocConfigProperties - the spring doc config properties
      Returns:
      the path prefix
    • getActivePatterns

      public Set<String> getActivePatterns(Object requestMapping)
      Gets active patterns.
      Specified by:
      getActivePatterns in class org.springdoc.core.providers.SpringWebProvider
      Parameters:
      requestMapping - the request mapping info
      Returns:
      the active patterns
    • getHandlerMethods

      public Map getHandlerMethods()
      Gets handler methods.
      Specified by:
      getHandlerMethods in class org.springdoc.core.providers.SpringWebProvider
      Returns:
      the handler methods