Class DateTimeFormatConfiguration

java.lang.Object
org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
org.powertac.visualizer.config.DateTimeFormatConfiguration
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

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

    Constructors 
    Constructor Description
    DateTimeFormatConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    void addFormatters​(org.springframework.format.FormatterRegistry registry)  

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

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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • addFormatters

      public void addFormatters​(org.springframework.format.FormatterRegistry registry)
      Specified by:
      addFormatters in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
      Overrides:
      addFormatters in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter