Multiple JSON Property name on property
I have a requirement in which I must have property that can bind it's value by "debtAmount" or "Amount" I did try to have annotation from above, and it works for debtAmount but value won't bind using "amount" I want…