Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't know what you're trying to do exactly. Hibernate Validator is a library to validate Java Beans and method calls. It doesn't support JSON validation at all (but can be used to validate the resulting bean if you deserialize your JSON content into a bean). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a newbie to Quarkus, I am unable to follow what JSON document works successfully against the constraints defined in this tutorial. In the current form, unless the UI is launched and request traced in Developer Tools of a browser, I cannot decipher the JSON payload.
Can you please show me the JSON example?
Beta Was this translation helpful? Give feedback.
All reactions