alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
85 stars 54 forks source link

Add support for Java Records #131

Open mstahv opened 3 months ago

mstahv commented 3 months ago

This could be achieved by e.g. using FormBinder (from in.virit:viritin) instead of the Binder in Vaadin core. One would also get proper crossfield validation (aka class level validatorsupport). Haven't yet investigated how big of a renewal this would be, but a new major version would at least be needed as Binder seems to be exposed as API.