mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Update `ConversionServiceDeducer` so that lambdas can be used with `@ConfigurationPropertiesBinding` annotated `@Bean` methods. This commit also allows more converter types to be detected. Closes gh-44018