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
But I found the Springdoc have its own converter too, and it overwrite my result.
I think the reason is because the order of the converters in ModelConverters.
Describe the solution you'd like
Maybe just use Spring @Order annotation?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I got the oneOf property is not work issue, but no fix yet.
#4732
In the meantime, I am working on my own
ModelConverter
to hack the result.I use this code to add my converter.
But I found the Springdoc have its own converter too, and it overwrite my result.
I think the reason is because the order of the
converters
inModelConverters
.Describe the solution you'd like
Maybe just use Spring
@Order
annotation?The text was updated successfully, but these errors were encountered: