I have one spring boot application where I am fetching the data from my database table its one way not updating, for that I created one Entity class.
Now case if like that, where I wanted to added few more attributes into existing Entity[It is the JSON at the end], finally I am pushing the update JSON entity into destination system.
I just wanted to add more extra attributes which destination host wanted, and it is not coming from source table.