kbtaniguchi / vaadin-ddd-demo

demo application with DDD and MVP by Spring Boot and Vaadin Framework8.
1 stars 0 forks source link

can direct field access? #1

Open ghost opened 7 years ago

ghost commented 7 years ago

Form field binding of Domain models needs getter/setter and no args constructer. Now workaround by using Lombok.

ref. https://github.com/bububu10/vaadin-ddd-demo/blob/1d8872b77347b0b6c2a78d21d937fb35ed30687f/demo-application/src/main/java/com/example/demo/domain/model/user/UserId.java