Closed
Description
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:
- No way to register Formatter instances by field on DataBinder [SPR-6069] #10737 No way to register Formatter instances by field on DataBinder
Referenced from: commits dc39e35, 02da2e8
4 votes, 5 watchers