Can we send an Object as the response of Controller handler method? Technology Community › Category: Spring › Can we send an Object as the response of Controller handler method? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Yes we can, using @ResponseBody annotation. This is how we send JSON or XML based response in restful web services.