Replies: 1 comment 2 replies
-
|
You mean this? https://github.com/asyncapi/modelina/tree/master/examples/java-generate-jakarta-constraint-annotation |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello! I'm looking for a solution in order to generate a java model from asyncapi schema.
I found modelina/cli, it works fine, but I see there is not way to generate validator constraints using jakarta.
The parameter --javaConstraints generates the model using packages from javax, but I need packages from jakarta.
Has anyone any idea how to handle this ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions