Searched refs:BIG_DECIMAL (Results 1 – 11 of 11) sorted by relevance
46 public JsonParser.NumberType numberType() { return JsonParser.NumberType.BIG_DECIMAL; } in numberType()
106 visitFloatFormat(visitor, typeHint, JsonParser.NumberType.BIG_DECIMAL); in acceptJsonFormatVisitor()
256 enum Type965 { BIG_DECIMAL } enumConstant520 w.typeEnum = Type965.BIG_DECIMAL; in testBigDecimal965()
1958 if (n == NumberType.BIG_DECIMAL) { in copyCurrentEvent()2100 if (n == NumberType.BIG_DECIMAL) { in _copyCurrentContents()
41 INT, LONG, BIG_INTEGER, FLOAT, DOUBLE, BIG_DECIMAL enumConstant
1078 case BIG_DECIMAL: in copyCurrentEvent()1754 if (getNumberType() == NumberType.BIG_DECIMAL) { in getBigIntegerValue()1818 if (n instanceof BigDecimal) return NumberType.BIG_DECIMAL; in getNumberType()
361 assertEquals(NumberType.BIG_DECIMAL, r.getNumberType()); in _testBigDecimals()
250 assertEquals(JsonParser.NumberType.BIG_DECIMAL, n.numberType()); in testDecimalNode()
604 if (nt == JsonParser.NumberType.BIG_DECIMAL) { in _fromFloat()
671 return NumberType.BIG_DECIMAL; in getNumberType()
1506 if (t == NumberType.BIG_DECIMAL) { in deserializeFromDouble()