mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Add an operation on PropertyMapper that takes care of casting. Returns a source for the requested type if the current value is of the right type. Closes gh-11788