mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Narrow the scope of 0e3a196 to Resource[] for array binding
See gh-15835
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ final class BindConverter {
|
||||
@Override
|
||||
public Set<ConvertiblePair> getConvertibleTypes() {
|
||||
return Set.of(new ConvertiblePair(String.class, Object.class),
|
||||
new ConvertiblePair(String.class, Object[].class),
|
||||
new ConvertiblePair(String.class, Resource[].class),
|
||||
new ConvertiblePair(String.class, Collection.class));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user