mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3348e74ab8
This commit infers the reflection hints required for converters when they are specified with the @Convert annotation at class or field level. It also refines the hints generated for @Converter in order to just generate the construct hint, not the public method one which should be not needed. Closes gh-29771