Class ArrayConverter<T,​S,​E,​F>

  • Type Parameters:
    E - the unconverted element type
    F - the converted element type
    T - the unconverted array type
    S - the converted array type
    All Implemented Interfaces:
    BasicValueConverter<T,​S>

    public class ArrayConverter<T,​S,​E,​F>
    extends Object
    implements BasicValueConverter<T,​S>
    Given a BasicValueConverter for array elements, handles conversion to and from an array of the converted element type.