mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
8c77e398b6
Allows Kotlin caller to get a non-nullable property, using a default value when the property is not set. A method already exists on PropertyResolver which does this, but takes a Class parameter. The extension method can eliminate the parameter via reified type, similar to the other extension methods which exist already. Closes gh-31523