DDS-GmbH / jocument

JVM based template engine for DOCX and XLSX.
MIT License
3 stars 1 forks source link

Implement reflection resolving for records #96

Closed AntonOellerer closed 2 years ago

AntonOellerer commented 2 years ago

Apache BeanUtils only works with Classes, not with records. This commit adds the logic to deal with records handed to the ReflectionResolver.