Java REST serialization without removing trailing 0s at fractional part
One of my API retruns an object which contains BigDecimal fields in it. The trailing 0s at the fractional part of the objects removed inside the response. What I want is to return what DB record gives me.
Java REST serialization without removing trailing 0s at frational part
One of my API retruns an object which contains BigDecimal fields in it. The trailing 0s at the fractional part of the objects removed inside the response. What I want is to return what DB record gives me.