mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
If a field is initialized via a factory method taking a single argument, we can relatively safely consider that said argument is a good representation of its default value. This is typically the case for Charset or MimeType instances. We now make sure to detect such use case (i.e. method argument with a single argument). Closes gh-3482