When using Spring MVC, by default, whenever your @RestControllers return an object, it will be serialized into a JSON based on its getters, instead of reflection.
Is