public abstract class SpringWebProvider extends Object implements org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected org.springframework.context.ApplicationContext |
applicationContext
The Application context.
|
protected Map |
handlerMethods
The Handler methods.
|
Constructor and Description |
---|
SpringWebProvider() |
Modifier and Type | Method and Description |
---|---|
abstract String |
findPathPrefix(SpringDocConfigProperties springDocConfigProperties)
Find path prefix string.
|
abstract Set<String> |
getActivePatterns(Object requestMappingInfo)
Gets active patterns.
|
abstract Map |
getHandlerMethods()
Gets handler methods.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected org.springframework.context.ApplicationContext applicationContext
protected Map handlerMethods
public abstract Map getHandlerMethods()
public abstract String findPathPrefix(SpringDocConfigProperties springDocConfigProperties)
springDocConfigProperties
- the spring doc config propertiespublic abstract Set<String> getActivePatterns(Object requestMappingInfo)
requestMappingInfo
- the request mapping infopublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2024. All rights reserved.