I have a controller like below
@Controller(\"myController\") @RequestMapping(\"api\") public class MyController { @RequestMapping(method = RequestMetho
You can use an Aspect for your API. If you define an @Around interceptor for your service, you can change the response content.