T
- the element typepublic class DefaultListConverter<T> extends Object implements IStringConverter<List<T>>
Constructor and 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 typeCopyright © 2017. All rights reserved.