public class JSONDecimal extends JSONNumber
构造器和说明 |
---|
JSONDecimal(BigDecimal value) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object o) |
BigDecimal |
getValue() |
int |
hashCode() |
protected String |
render(boolean pretty,
String indent)
Convert the JSON value into a string representation (JSON
representation).
|
Object |
strip()
Remove all JSON information.
|
String |
toString() |
public JSONDecimal(BigDecimal value)
public BigDecimal getValue()
protected String render(boolean pretty, String indent)
JSONValue
Copyright © 2016–2017. All rights reserved.