Hi. Is it possible to map request params onto immutable class that has Hibernate Validation annotati...
m
Hi. Is it possible to map request params onto immutable class that has Hibernate Validation annotations (
@NotNull
) ?
So, there is no elegant way to do it 😥