public static class Writers.LocalDateAsTimestamp extends Writers.PrimitiveTypeWriter
| Constructor and Description |
|---|
LocalDateAsTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
void |
writePrimitiveForm(Object o,
Writer output,
Map args)
This default implementation will call the more basic writePrimitiveForm that does not take arguments.
|
getKey, hasPrimitiveForm, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWriter, hasPrimitiveForm, write, writePrimitiveFormpublic void writePrimitiveForm(Object o, Writer output, Map args) throws IOException
JsonWriter.JsonClassWritero - Object to be writtenoutput - Writer destination to where the actual JSON is written.args - Map of 'settings' arguments initially passed into the JsonWriter.IOException - if thrown by the writer. Will be caught at a higher level and wrapped in JsonIoException.Copyright © 2023. All rights reserved.