mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Allow defining converters that return non-null values by leveraging flexible generic type level nullability in org.springframework.core.convert.converter.Converter. Closes gh-35947