(note: similar to #693 for Avro etc, reported by @tonghuaroot)
Ion codec (IonParser.java) has 2 methods:
private BigInteger _getBigIntegerValue() throws JacksonException;
private BigDecimal _getBigDecimalValue() throws JacksonException;
that access underlying Ion codec provided "big" numbers: these need to validate against StreamReadConstraints.
(note: similar to #693 for Avro etc, reported by @tonghuaroot)
Ion codec (
IonParser.java) has 2 methods:that access underlying Ion codec provided "big" numbers: these need to validate against
StreamReadConstraints.