@ConditionalOnWebApplication(type=SERVLET) @EnableConfigurationProperties(value=com.github.yingzhuo.carnival.mvc.autoconfig.MvcClientInfoAutoConfig.Props.class) @ConditionalOnProperty(prefix="carnival.web-filter.client-info", name="enabled", havingValue="true") public class MvcClientInfoAutoConfig extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| 构造器和说明 |
|---|
MvcClientInfoAutoConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> resolvers) |
org.springframework.boot.web.servlet.FilterRegistrationBean<ClientInfoResolvingFilter> |
clientOSTypeResolvingFilterFilter(com.github.yingzhuo.carnival.mvc.autoconfig.MvcClientInfoAutoConfig.Props props) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<ClientInfoResolvingFilter> clientOSTypeResolvingFilterFilter(com.github.yingzhuo.carnival.mvc.autoconfig.MvcClientInfoAutoConfig.Props props)
public void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> resolvers)
addArgumentResolvers 在接口中 org.springframework.web.servlet.config.annotation.WebMvcConfigurerCopyright © 2020. All rights reserved.