Narrow the scope of 0e3a196 to Resource[] for array binding
See gh-15835
This commit is contained in:
@@ -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