Most of my routes return json, but I now have a new route that needs to return binary data. This automatically gets marshalled into json due to using the json binding mode. Is there a way to selectively disable this feature?
I was thinking of implementing a processor that handles the marshalling of the response, but this won't handle the unmarshal of the request (which has the class name specified in the swagger model). -- Matt Sicker <boa...@gmail.com>