T
- the element typeIStringConverter<List<T>>
public class DefaultListConverter<T> extends Object implements IStringConverter<List<T>>
Constructor | Description |
---|---|
DefaultListConverter(IParameterSplitter splitter,
IStringConverter<T> converter) |
Constructs a new converter.
|
public DefaultListConverter(IParameterSplitter splitter, IStringConverter<T> converter)
splitter
- to split value into list of argumentsconverter
- to convert list of arguments to target element type