Class Common.ToStringParserFormatter<E>
java.lang.Object
org.nuiton.csv.Common.ToStringParserFormatter<E>
- All Implemented Interfaces:
ValueFormatter<E>, ValueParser<E>, ValueParserFormatter<E>
- Enclosing class:
Common
public static class Common.ToStringParserFormatter<E>
extends Object
implements ValueParserFormatter<E>
- Since:
- 2.4
- Author:
- Brendan Le Ny - leny@codelutin.com, Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionToStringParserFormatter(E[] values) ToStringParserFormatter(List<E> values) ToStringParserFormatter(List<E> values, org.nuiton.util.StringUtil.ToString<E> toString) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcomputeToStrings(E[] values, org.nuiton.util.StringUtil.ToString<E> toString) fill toStrings and fromStringprotected voidcomputeToStrings(List<E> values, org.nuiton.util.StringUtil.ToString<E> toString) fill toStrings and fromString
-
Field Details
-
toStrings
-
fromString
-
-
Constructor Details
-
ToStringParserFormatter
-
ToStringParserFormatter
-
ToStringParserFormatter
-
-
Method Details
-
computeToStrings
-
computeToStrings
-
format
- Specified by:
formatin interfaceValueFormatter<E>
-
parse
- Specified by:
parsein interfaceValueParser<E>- Throws:
ParseException
-