(Object o)
| 1657 | } |
| 1658 | |
| 1659 | @HiddenInAutocomplete |
| 1660 | public Object convert(Object value, List<Class> fit) { |
| 1661 | return Conversions.convert(value, fit); |
| 1662 | |
| 1663 | // if (fit == null) return value; |
| 1664 | // if (fit.get(0) |
| 1665 | // .isInstance(value)) return value; |
| 1666 | // |
| 1667 | // // promote non-arrays to arrays |
nothing calls this directly
no test coverage detected