Spring WebFlux – Add a wrapping class before serialization – Telegram API
I'm developing APIs for an exam project, but I wanted their responses to be consistently using a wrapping class on all of them (Telegram Bot API style for those who know them). So, for example, having these two classes: public…