Class BigDecimalAdapter
-
- All Implemented Interfaces:
public final class BigDecimalAdapter
-
-
Constructor Summary
Constructors Constructor Description BigDecimalAdapter()
-
Method Summary
Modifier and Type Method Description final StringtoJson(BigDecimal value)final BigDecimalfromJson(String value)-
-
Method Detail
-
toJson
final String toJson(BigDecimal value)
-
fromJson
final BigDecimal fromJson(String value)
-
-
-
-