Description
There're many methods which receive list of objects (also array of objects with varargs) which object is not basic type of yaml.
(STORM-2297 is one of the case, though STORM-2297 is just going to fix storm-opentsdb itself.)
It would be better to support reference list so that it can support method which argument is List<Type>, Type[], Type... (varargs).
(Flux can automatically convert List to Array while assigning.)
Attachments
Attachments
Issue Links
- links to