Micronaut JSON serialization - use getters instead of reflection

后端 未结 0 1029

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题