Class SpringWebFluxProvider
java.lang.Object
org.springdoc.core.providers.SpringWebProvider
org.springdoc.webflux.core.providers.SpringWebFluxProvider
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
The type Spring webflux provider.
- Author:
- bnasslahsen
-
Field Summary
Fields inherited from class org.springdoc.core.providers.SpringWebProvider
applicationContext, handlerMethods -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindPathPrefix(SpringDocConfigProperties springDocConfigProperties) Finds path prefix.getActivePatterns(Object requestMapping) Gets active patterns.Gets handler methods.Methods inherited from class org.springdoc.core.providers.SpringWebProvider
setApplicationContext
-
Constructor Details
-
SpringWebFluxProvider
public SpringWebFluxProvider()
-
-
Method Details
-
findPathPrefix
Finds path prefix.- Specified by:
findPathPrefixin classSpringWebProvider- Parameters:
springDocConfigProperties- the spring doc config properties- Returns:
- the path prefix
-
getActivePatterns
Gets active patterns.- Specified by:
getActivePatternsin classSpringWebProvider- Parameters:
requestMapping- the request mapping info- Returns:
- the active patterns
-
getHandlerMethods
Gets handler methods.- Specified by:
getHandlerMethodsin classSpringWebProvider- Returns:
- the handler methods
-