Closed
Description
Currently FormatterRegistry
has a registerFormatter
method but no registerPrinter
or registerParser
methods. This makes this Spring Boot pull-request a little more verbose than it should be because it's copied the private PrinterConverter
and ParserConverter
classes.