类 ApiVersionRequestMappingHandlerMapping
- java.lang.Object
-
- org.springframework.context.support.ApplicationObjectSupport
-
- org.springframework.web.reactive.handler.AbstractHandlerMapping
-
- org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping<org.springframework.web.reactive.result.method.RequestMappingInfo>
-
- org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
-
- org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
- ai.yue.library.webflux.config.api.version.ApiVersionRequestMappingHandlerMapping
-
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.EmbeddedValueResolverAware,org.springframework.core.Ordered,org.springframework.web.reactive.HandlerMapping
public class ApiVersionRequestMappingHandlerMapping extends org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping- 从以下版本开始:
- 2020年2月27日
- 作者:
- ylyue
-
-
构造器概要
构造器 构造器 说明 ApiVersionRequestMappingHandlerMapping()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected org.springframework.web.reactive.result.condition.RequestCondition<?>getCustomMethodCondition(Method method)protected org.springframework.web.reactive.result.condition.RequestCondition<?>getCustomTypeCondition(Class<?> handlerType)-
从类继承的方法 org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
afterPropertiesSet, createRequestMappingInfo, getContentTypeResolver, getMappingForMethod, getPathPrefixes, initCorsConfiguration, isHandler, registerHandlerMethod, registerMapping, resolveEmbeddedValuesInPatterns, setContentTypeResolver, setEmbeddedValueResolver, setPathPrefixes
-
从类继承的方法 org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
getDirectPaths, getHandlerInternal, getMappingComparator, getMatchingMapping, handleMatch, handleNoMatch
-
从类继承的方法 org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping
createHandlerMethod, detectHandlerMethods, getCorsConfiguration, getHandlerMethods, handlerMethodsInitialized, hasCorsConfigurationSource, initHandlerMethods, lookupHandlerMethod, unregisterMapping
-
从类继承的方法 org.springframework.web.reactive.handler.AbstractHandlerMapping
formatMappingName, getCorsProcessor, getHandler, getOrder, getPathPatternParser, setBeanName, setCorsConfigurations, setCorsConfigurationSource, setCorsProcessor, setOrder, setUseCaseSensitiveMatch, setUseTrailingSlashMatch
-
-
-
-
方法详细资料
-
getCustomTypeCondition
protected org.springframework.web.reactive.result.condition.RequestCondition<?> getCustomTypeCondition(Class<?> handlerType)
- 覆盖:
getCustomTypeCondition在类中org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
getCustomMethodCondition
protected org.springframework.web.reactive.result.condition.RequestCondition<?> getCustomMethodCondition(Method method)
- 覆盖:
getCustomMethodCondition在类中org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping
-
-