@Configuration
public class ConverterRegisteringWebMvcConfigurer
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
implements org.springframework.beans.factory.BeanFactoryAware
| Constructor and Description |
|---|
ConverterRegisteringWebMvcConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setHypermediaTypes(Collection<EnableHypermediaSupport.HypermediaType> hyperMediaTypes) |
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, getMessageCodesResolver, getValidatorpublic ConverterRegisteringWebMvcConfigurer()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setHypermediaTypes(Collection<EnableHypermediaSupport.HypermediaType> hyperMediaTypes)
hyperMediaTypes - the hyperMediaTypes to setpublic void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurerextendMessageConverters in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterCopyright © 2012-2016–2018 Pivotal, Inc.. All rights reserved.