org.springframework.format
Interface FormatterRegistrar
- All Known Implementing Classes:
- JodaTimeFormatterRegistrar
public interface FormatterRegistrar
Registers Converters
and Formatters
with
a FormattingConversionService through the FormatterRegistry
SPI.
- Since:
- 3.1
- Author:
- Keith Donald
registerFormatters
void registerFormatters(FormatterRegistry registry)
- Register Formatters and Converters with a FormattingConversionService
through a FormatterRegistry SPI.
- Parameters:
registry
- the FormatterRegistry instance to use.