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'm using DocService to document our API. Currently, the response classes of the annotated HTTP service use inheritance and polymorphism. There doesn't seem to be any support for this case at the moment. It would be great if Armeria automatically detect annotations like @JsonSubTypes. Or, it's good to create a new annotation to specify it manually. Below is an example of a Discriminator in Swagger.