Has anyone come across the need to have a constraint that is only applied when all group clauses are satisfied. In other words, for
@NotNull(groups= {Group1.class, Group2.class})
private Integer value;
The not null constraint is applied when either group is valid.
What if I want to apply a constraint when both groups are valid?
Having a custom group is not an option as there are many combinations of such groups in my application.
You might declare a group sequence containing all your groups and validate that sequence.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With