Modifier and Type | Interface and Description |
---|---|
static interface |
JsonWriter.JsonClassWriter
Implement this interface to customize the JSON output for a given class.
|
static interface |
JsonWriter.JsonClassWriterEx
Implement this interface to customize the JSON output for a given class.
|
Modifier and Type | Class and Description |
---|---|
static class |
Writers.AtomicBooleanWriter |
static class |
Writers.AtomicIntegerWriter |
static class |
Writers.AtomicLongWriter |
static class |
Writers.BigDecimalWriter |
static class |
Writers.BigIntegerWriter |
static class |
Writers.CalendarWriter |
static class |
Writers.ClassWriter |
static class |
Writers.DateWriter |
static class |
Writers.JsonStringWriter |
static class |
Writers.LocaleWriter |
static class |
Writers.StringBufferWriter |
static class |
Writers.StringBuilderWriter |
static class |
Writers.TimestampWriter |
static class |
Writers.TimeZoneWriter |
Modifier and Type | Method and Description |
---|---|
void |
JsonWriter.addWriter(Class c,
JsonWriter.JsonClassWriterBase writer)
Add a custom writer which will manage writing objects of the
passed in Class in JSON format.
|
static void |
JsonWriter.addWriterPermanent(Class c,
JsonWriter.JsonClassWriterBase writer)
Add a permanent Customer Writer (Lifetime of JVM)
|
Copyright © 2018. All rights reserved.