public class PeriodWriter extends Writers.PrimitiveUtf8StringWriter
| Constructor and Description |
|---|
PeriodWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writePrimitiveForm(Object o,
Writer output,
WriterContext context)
This default implementation will call the more basic writePrimitiveForm that does not take arguments.
|
extractString, writePrimitiveFormgetKey, hasPrimitiveForm, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasPrimitiveForm, writepublic void writePrimitiveForm(Object o, Writer output, WriterContext context) throws IOException
JsonWriter.JsonClassWritero - Object to be writtenoutput - Writer destination to where the actual JSON is written.context - WriterContext to get access to writeOptions and writing toolsIOException - if thrown by the writer. Will be caught at a higher level and wrapped in JsonIoException.Copyright © 2023. All rights reserved.