arnaudroger / SimpleFlatMapper

Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper
http://simpleflatmapper.org
MIT License
438 stars 76 forks source link

use TreeSet instead of HashSet #754

Open mcherb opened 3 years ago

mcherb commented 3 years ago

Hi,

Is there a way to tell SimpleFlatMapper to use a TreeSet instead of a HashSet when the mapped field is of type Set ?