Release v2.0.0 - Populate java beans from the textual field by column map
Populate java beans from the textual field by column map, includes:
- safe parsing of standard nullable types: Integer, Long, Float, Double, BigInteger, BigDecimal, LocalDate, LocalDateTime, LocalTime.
- parsing of domain-based values backed by enums;
- API for custom field parsing;
- API that joins field parser and map’s key lookup;
- any field that fails to be parsed is null;
- all API avoids exceptions, so the stream is never broken;
- API for a transformer from Map<K, String> to java bean.
- API for indexed/id’ed beans