spring-framework / org.springframework.format / FormatterRegistrar / registerFormatters

registerFormatters

abstract fun registerFormatters(registry: FormatterRegistry): Unit

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

Parameters

registry - the FormatterRegistry instance to use.