mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Allow a `defaultBindHandler` to be specified on the `Binder` instance to save needing to pass it to each `bind` method call. Closes gh-17773