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 Type
    Method
    Description
    void
    Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
  • Method Details

    • registerFormatters

      void registerFormatters(FormatterRegistry registry)
      Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
      Parameters:
      registry - the FormatterRegistry instance to use.