-
- All Implemented Interfaces:
-
io.kjson.JSONValue,java.io.Serializable
public final class JSONDecimal extends Number implements JSONValue
A JSON decimal value - that is, a JSON number that is not an integer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classJSONDecimal.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BigDecimalvalue
-
Constructor Summary
Constructors Constructor Description JSONDecimal(String str)JSONDecimal(BigDecimal value)
-
Method Summary
-
-
Constructor Detail
-
JSONDecimal
JSONDecimal(String str)
-
JSONDecimal
JSONDecimal(BigDecimal value)
-
-
Method Detail
-
getValue
final BigDecimal getValue()
-
appendTo
Unit appendTo(Appendable a)
-
-
-
-