@Configuration @ConditionalOnWebApplication public class WebConfiguration extends Object
Constructor and Description |
---|
WebConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.config.annotation.WebMvcConfigurer |
configurer() |
org.springframework.boot.autoconfigure.web.HttpMessageConverters |
messageConverters() |
com.fasterxml.jackson.databind.ObjectMapper |
objectMapper() |
org.springframework.beans.factory.config.BeanPostProcessor |
relProviderOverridingBeanPostProcessor() |
@Bean @Primary public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
@Bean public org.springframework.boot.autoconfigure.web.HttpMessageConverters messageConverters()
@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer configurer()
@Bean public org.springframework.beans.factory.config.BeanPostProcessor relProviderOverridingBeanPostProcessor()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.