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
I have a JSON file that has a class called Invoice that appears multiple times and each time the library is generating the class for it. I now have class called Invoice, Invoice__1, Invoice__2, and Invoice__3. Is there a way to avoid generating the same class multiple times?
Thanks for the help!
The text was updated successfully, but these errors were encountered:
The Maven build downloads the files for the AsyncAPI Specification, rewrites the $ref links to be local file references, then generates the code in src/gen/java. I see that a few of the types are generating duplicates.
I'm going to see if I can add a new option to merge duplicate POJOs without impacting the existing behavior. Probably and option like mergeDuplicates or something. Any hints on where to look would be appreciated!
Hello all,
I have a JSON file that has a class called Invoice that appears multiple times and each time the library is generating the class for it. I now have class called Invoice, Invoice__1, Invoice__2, and Invoice__3. Is there a way to avoid generating the same class multiple times?
Thanks for the help!
The text was updated successfully, but these errors were encountered: