public static class Writers.BigIntegerWriter extends Writers.PrimitiveValueWriter
Constructor and Description |
---|
BigIntegerWriter() |
Modifier and Type | Method and Description |
---|---|
void |
writePrimitiveForm(Object o,
Writer output)
Writes out a basic value type, no quotes.
|
extractString
getKey, hasPrimitiveForm, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasPrimitiveForm, write, writePrimitiveForm
public void writePrimitiveForm(Object o, Writer output) throws IOException
Writers.PrimitiveValueWriter
writePrimitiveForm
in interface JsonWriter.JsonClassWriter
writePrimitiveForm
in class Writers.PrimitiveValueWriter
o
- Object to be writtenoutput
- Writer destination to where the actual JSON is written.IOException
- if thrown by the writer. Will be caught at a higher level and wrapped in JsonIoException.Copyright © 2023. All rights reserved.