@API(status=INTERNAL) @Configuration(proxyBeanMethods=false) @ConditionalOnWebApplication @ConditionalOnBean(value=org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.class) @AutoConfigureBefore(value=org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class) public class ProblemJacksonWebMvcAutoConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
EnableWebMvc, which
deactivates WebMvcAutoConfiguration.| Constructor and Description |
|---|
ProblemJacksonWebMvcAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic ProblemJacksonWebMvcAutoConfiguration()
public void configureMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
configureMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerCopyright © 2015–2020 Zalando SE. All rights reserved.