public interface

FormatterRegistrar

org.springframework.format.FormatterRegistrar
Known Indirect Subclasses

Class Overview

Registers Converters and Formatters with a FormattingConversionService through the FormatterRegistry SPI.

Summary

Public Methods
abstract void registerFormatters(FormatterRegistry registry)
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.

Public Methods

public abstract void registerFormatters (FormatterRegistry registry)

Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.

Parameters
registry the FormatterRegistry instance to use.