- java.lang.Object
-
- io.ebean.csv.reader.CsvReader.CsvColumn
-
-
Constructor Summary
Constructors Constructor Description CsvColumn(ExpressionPath path, StringParser parser)Construct with a property and parser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvertAndSet(String strValue, EntityBean bean)Convert the string to the appropriate value and set it to the bean.
-
-
-
Constructor Detail
-
CsvColumn
public CsvColumn(ExpressionPath path, StringParser parser)
Construct with a property and parser.
-
-
Method Detail
-
convertAndSet
public void convertAndSet(String strValue, EntityBean bean)
Convert the string to the appropriate value and set it to the bean.
-
-