You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Jackson-Annotations are not evaluated in AsyncApiAnnotationScanner.addSchemaAnnotationData.
Feel free to implement the feature and create a PR.
Suppose I have a DTO
Foo
, the asyncapi.yaml generated by the scanner definesFoo
as follows:Which is incorrect since
bar
should be (de)serialized intobaz
Version: 0.2.2
The text was updated successfully, but these errors were encountered: