Commit f23929c
committed
DefaultConverter: add array class conversion
Array logic was only present in the convert(Object, Type) signature.
However, the DefaultConverter was claiming to support conversion to
array classes as well. Certainly it is possible for primitive arrays.
So, we now do it.1 parent 5dcf642 commit f23929c
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
102 | 109 | | |
103 | 110 | | |
104 | 111 | | |
| |||
0 commit comments