public class DateFormatterRegistrar extends java.lang.Object implements FormatterRegistrar
Designed for direct instantiation but also exposes the static
addDateConverters(ConverterRegistry) utility method for ad hoc use
against any ConverterRegistry instance.
JodaTimeFormatterRegistrar,
FormatterRegistrar.registerFormatters(org.springframework.format.FormatterRegistry)| Modifier and Type | Class and Description |
|---|---|
private static class |
DateFormatterRegistrar.CalendarToDateConverter |
private static class |
DateFormatterRegistrar.CalendarToLongConverter |
private static class |
DateFormatterRegistrar.DateToCalendarConverter |
private static class |
DateFormatterRegistrar.DateToLongConverter |
private static class |
DateFormatterRegistrar.LongToCalendarConverter |
private static class |
DateFormatterRegistrar.LongToDateConverter |
| Modifier and Type | Field and Description |
|---|---|
private DateFormatter |
dateFormatter |
| Constructor and Description |
|---|
DateFormatterRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addDateConverters(ConverterRegistry converterRegistry)
Add date converters to the specified registry.
|
void |
registerFormatters(FormatterRegistry registry)
Register Formatters and Converters with a FormattingConversionService
through a FormatterRegistry SPI.
|
void |
setFormatter(DateFormatter dateFormatter)
Set the date formatter to register.
|
private DateFormatter dateFormatter
public void registerFormatters(FormatterRegistry registry)
FormatterRegistrarregisterFormatters in interface FormatterRegistrarregistry - the FormatterRegistry instance to use.public void setFormatter(DateFormatter dateFormatter)
DateFormatter
will be used. This method can be used if additional formatter configuration is
required.dateFormatter - the date formatterpublic static void addDateConverters(ConverterRegistry converterRegistry)
converterRegistry - the registry of converters to add to