Package org.nentangso.core.config
Class NtsDateTimeFormatConfiguration
- java.lang.Object
-
- org.nentangso.core.config.NtsDateTimeFormatConfiguration
-
- All Implemented Interfaces:
org.springframework.web.reactive.config.WebFluxConfigurer
@Configuration @ConditionalOnMissingBean(name="dateTimeFormatConfiguration") public class NtsDateTimeFormatConfiguration extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
Configure the converters to use the ISO format for dates by default.
-
-
Constructor Summary
Constructors Constructor Description NtsDateTimeFormatConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFormatters(org.springframework.format.FormatterRegistry registry)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer
addCorsMappings, addResourceHandlers, configureArgumentResolvers, configureContentTypeResolver, configureHttpMessageCodecs, configurePathMatching, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
-
-