Provide a formatter registry capability local to a controller [SPR-7773] #12429
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Rossen Stoyanchev opened SPR-7773 and commented
Currently a single ConversionService is used globally in a DispatcherServlet. It would be useful for controllers to be able to register converters and formatters locally for a given DataBinder instance without affecting the global ConversionService instance (for example ROO-1655).
Something along the lines of:
DataBinder.getFormatterRegistry().add(..)
Affects: 3.0.5
Issue Links:
Referenced from: commits dc39e35, 02da2e8
4 votes, 5 watchers
The text was updated successfully, but these errors were encountered: