Uses of Interface
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Packages that use WebMvcConfigurer Package Description org.springframework.web.servlet.config.annotation Annotation-based setup for Spring MVC.Uses of WebMvcConfigurer in org.springframework.web.servlet.config.annotation
Classes in org.springframework.web.servlet.config.annotation that implement WebMvcConfigurer Modifier and Type Class Description classWebMvcConfigurerAdapterDeprecated.as of 5.0WebMvcConfigurerhas default methods (made possible by a Java 8 baseline) and can be implemented directly without the need for this adapterMethod parameters in org.springframework.web.servlet.config.annotation with type arguments of type WebMvcConfigurer Modifier and Type Method Description voidDelegatingWebMvcConfiguration. setConfigurers(List<WebMvcConfigurer> configurers)