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 */*