| Interface | Description |
|---|---|
| DecimalAppender |
Handler for decimal numbers extracted by a
Decimaliser. |
| Decimaliser |
Strategy interface that decomposes a floating point number into sign,
mantissa and exponent suitable for textual serialisation.
|
| Class | Description |
|---|---|
| GeneralDecimaliser |
Decimaliser that first tries
SimpleDecimaliser and then
UsesBigDecimal if more precision is needed. |
| MaximumPrecision |
Decimaliser that rounds values to a fixed number of decimal places.
|
| SimpleDecimaliser |
A lightweight
Decimaliser using simple rounding. |
| StandardDecimaliser |
Default decimaliser that attempts
MaximumPrecision with precision 18
and falls back to UsesBigDecimal for large numbers. |
| UsesBigDecimal |
Decimaliser based on
BigDecimal for high precision conversions. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.