Skip to content

Release v2.0.0 - Populate java beans from the textual field by column map

Compare
Choose a tag to compare
@mashimom mashimom released this 12 Feb 08:58
9f9ece8

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