Hi!
Is it possible to to consume contant type A and then respond with content
type B? My problem is that when I am uploading file with Jersey, it will
respond with multipart/form-data content type. I want to respond with
application/json or text/plain instead.
Did not find anything like this from the docs too :(
Sigmar