mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
96eee8c8b1
This commits udpates ConverterFactory#getConverter to accept both nullable and non-null T in the Converter return value. Flexible nullability at ConverterFactory type level would have been ideal, but is not possible due to how Kotlin deals with Class<T> when T is nullable. See gh-36063