class ExtendedJsonDecimal128Converter extends java.lang.Object implements Converter<Decimal128>
| Constructor and Description |
|---|
ExtendedJsonDecimal128Converter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(Decimal128 value,
StrictJsonWriter writer)
Convert the given value to JSON using the JSON writer.
|
public void convert(Decimal128 value, StrictJsonWriter writer)
Converterconvert in interface Converter<Decimal128>value - the value, which may be null depending on the typewriter - the JSON writer