Package org.springframework.format
Interface FormatterRegistrar
- All Known Implementing Classes:
DateFormatterRegistrar
,DateTimeFormatterRegistrar
public interface FormatterRegistrar
Registers
Converters
and Formatters
with
a FormattingConversionService through the FormatterRegistry
SPI.- Since:
- 3.1
- Author:
- Keith Donald
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerFormatters
(FormatterRegistry registry) Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
-
Method Details
-
registerFormatters
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.- Parameters:
registry
- the FormatterRegistry instance to use.
-