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 SummaryModifier and TypeMethodDescriptionvoidregisterFormatters(FormatterRegistry registry) Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
- 
Method Details- 
registerFormattersRegister Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.- Parameters:
- registry- the FormatterRegistry instance to use.
 
 
-