-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java Jackson_Preset does not work for serialization and deserialization #983
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Thanks for raising the issue @dwlabcube, are you using the |
no i am using but also with 1.0.0-next-25 same issue exists |
@dwlabcube could you please try the latest |
Closing as this should be solved in the new version. If not feel free to re-open the issue again! |
Describe the bug
Because the @builder and @Jacksonized Annotation do not take into account the Annoation-Property on the getter Method things will fail in deserialization of the object.
How to Reproduce
Generated Code of a Model "TestDevice" with one Property called nameBAG.
this Test fails with:
Expected behavior
If you put the annotation upon the Java-Field (property) things work fine.
The text was updated successfully, but these errors were encountered: