sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

multiple resource methods for same path with different accept type(@C… #145

Closed spartan2015 closed 6 years ago

spartan2015 commented 6 years ago

…onsume) / return media type (@Produces) not picked up #144

sdaschner commented 6 years ago

Thanks for contributing!

I moved the logic into the result interpretation step -- so that all backends benefit from that approach; having that said, we should consider refactoring the Resources and ResourceMethod models altogether -- having different resource methods with the same HTTP method doesn't make sense :-)