Extract CsvReader - remove built in date, time, dateTime parsing - use StringParser instead

Just always use our own StringParser lambda function instead for parsing date, time and dateTime types.
This commit is contained in:
Rob Bygrave
2022-08-25 22:09:38 +12:00
parent 1aac01ead0
commit efe80a534c
5 changed files with 17 additions and 143 deletions
@@ -5,6 +5,7 @@ package io.ebean.text;
* <p>
* Basic interface to support CSV, JSON and XML processing.
*/
@FunctionalInterface
public interface StringParser {
/**