Czar
12/27/2019, 11:40 AMtypealias Amount = BigDecimal
to mark amounts which have proper scaling and rounding. It serves well as a markier, but unfortunately doesn't help with compile time checking. I wonder if I can instead use inline classes. The problem is there is a lot of jackson mapping and JPA Hibernate mapping going on in the application. So I wonder
will inline classes "just work" with all this mappinng?jbnizet
12/28/2019, 5:05 PMjbnizet
12/28/2019, 5:06 PMjbnizet
12/28/2019, 5:07 PMjbnizet
12/28/2019, 5:08 PM