Merge branch '6.2.x'

This commit is contained in:
rstoyanchev
2025-01-28 15:37:38 +00:00
6 changed files with 54 additions and 11 deletions

View File

@@ -1379,6 +1379,9 @@ public class DataBinder implements PropertyEditorRegistry, TypeConverter {
/**
* Return the names of all property values.
* <p>Useful for proactive checks whether there are property values nested
* further below the path for a constructor arg. If not then the
* constructor arg can be considered missing and not to be instantiated.
* @since 6.1.2
*/
Set<String> getNames();