Skip to content

Commit

Permalink
Narrow the scope of 0e3a196 to Resource[] for array binding
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 16, 2023
1 parent d6a9295 commit 9f224ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private static class TypeConverterConverter implements ConditionalGenericConvert
@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));
}

Expand Down

0 comments on commit 9f224ff

Please sign in to comment.