java.lang.Object
io.ebean.csv.reader.CsvReader.CsvColumn
Processes a column in the csv content.
-
Constructor Summary
ConstructorsConstructorDescriptionCsvColumn(ExpressionPath path, StringParser parser) Construct with a property and parser. -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertAndSet(String strValue, EntityBean bean) Convert the string to the appropriate value and set it to the bean.
-
Constructor Details
-
CsvColumn
Construct with a property and parser.
-
-
Method Details
-
convertAndSet
Convert the string to the appropriate value and set it to the bean.
-