public class SimpleListConverter<R> extends Object implements Converter<List<R>,String>
List<R>
convert(String input)
static Converter<List<String>,String>
create()
static <R> Converter<List<R>,String>
create(Converter<R,? super String> itemConverter)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <R> Converter<List<R>,String> create(Converter<R,? super String> itemConverter)
public static Converter<List<String>,String> create()
public List<R> convert(String input) throws IllegalArgumentException
convert
Converter<List<R>,String>
IllegalArgumentException
Copyright © 2014 aQute SARL. All rights reserved.