Class YamlMessageConfiguration

java.lang.Object
org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
com.lantanagroup.link.spring.YamlMessageConfiguration
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@Configuration public class YamlMessageConfiguration extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
     

    Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter

    addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, getMessageCodesResolver, getValidator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • YamlMessageConfiguration

      public YamlMessageConfiguration()
  • Method Details

    • extendMessageConverters

      public void extendMessageConverters(List<org.springframework.http.converter.HttpMessageConverter<?>> converters)
      Specified by:
      extendMessageConverters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      Overrides:
      extendMessageConverters in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter