Hi,
From the jersey docs
<
https://jersey.java.net/documentation/latest/bean-validation.html#bv.ValidationError>
I
understand that jersey can be configured to use a custom entity (the
ValidationError class) to provide information regarding validation failure.
The ValidationError class has 4 properties which are by default included in
the response. Is it possible to configure which of those 4 properties are
included in the response? If yes, how?
Thanks.
Best,
Ari