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
Since the RequestBody, ApiResponse and Parameter all have content
I think we can have 1 method called
getContent(Content[] content, String[] mediaTypes)
so each type can pass in value() of @consumes or @produces
or null if no mediaTypes specified.
if mediaTypes is null set it to */*
The text was updated successfully, but these errors were encountered:
Since the RequestBody, ApiResponse and Parameter all have content
I think we can have 1 method called
getContent(Content[] content, String[] mediaTypes)
so each type can pass in value() of @consumes or @produces
or null if no mediaTypes specified.
if mediaTypes is null set it to
*/*
The text was updated successfully, but these errors were encountered: