Class Common.ListValueParser<E>

java.lang.Object
org.nuiton.csv.Common.NullableParserFormatter<List<E>>
org.nuiton.csv.Common.ListValueParser<E>
All Implemented Interfaces:
ValueFormatter<List<E>>, ValueParser<List<E>>, ValueParserFormatter<List<E>>
Enclosing class:
Common

public static class Common.ListValueParser<E> extends Common.NullableParserFormatter<List<E>>
Be able to deal with a list value. The value could be a list of anything, we just need to know how to split values and how to convert/write them. On each value, we use given ValueParserFormatter to deal it.
Since:
2.4
Author:
Brendan Le Ny - leny@codelutin.com, Tony Chemit - chemit@codelutin.com