public interface FormatterRegistrar
Converters and Formatters with
 a FormattingConversionService through the FormatterRegistry SPI.| Modifier and Type | Method and Description | 
|---|---|
| void | registerFormatters(FormatterRegistry registry)Register Formatters and Converters with a FormattingConversionService
 through a FormatterRegistry SPI. | 
void registerFormatters(FormatterRegistry registry)
registry - the FormatterRegistry instance to use.