Class SlardarWebMvcConfiguration

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled() 
    public class SlardarWebMvcConfiguration
     implements WebMvcConfigurer
                        
    Since:

    2019-12-03

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void addInterceptors(@NotNull() InterceptorRegistry registry)
      void addArgumentResolvers(@NotNull() List<HandlerMethodArgumentResolver> resolvers)
      void configureAsyncSupport(@NotNull() AsyncSupportConfigurer configurer)
      • Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurer

        addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait