Package org.springframework.format
Interface FormatterRegistrar
- All Known Implementing Classes:
DateFormatterRegistrar,DateTimeFormatterRegistrar,JodaTimeFormatterRegistrar
public interface FormatterRegistrar
RegistersConvertersandFormatterswith a FormattingConversionService through theFormatterRegistrySPI.- Since:
- 3.1
- Author:
- Keith Donald
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterFormatters(FormatterRegistry registry)Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
Method Detail
registerFormatters
void registerFormatters(FormatterRegistry registry)
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.- Parameters:
registry- the FormatterRegistry instance to use.