Package org.powertac.visualizer.config
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 voidaddFormatters(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
-
Constructor Details
-
DateTimeFormatConfiguration
public DateTimeFormatConfiguration()
-
-
Method Details
-
addFormatters
public void addFormatters(org.springframework.format.FormatterRegistry registry)- Specified by:
addFormattersin interfaceorg.springframework.web.servlet.config.annotation.WebMvcConfigurer- Overrides:
addFormattersin classorg.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
-