Uses of Interface
com.cedarsoftware.util.io.JsonWriter.JsonClassWriterBase
-
-
Uses of JsonWriter.JsonClassWriterBase in com.cedarsoftware.util.io
Subinterfaces of JsonWriter.JsonClassWriterBase in com.cedarsoftware.util.io Modifier and Type Interface 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.Classes in com.cedarsoftware.util.io that implement JsonWriter.JsonClassWriterBase Modifier and Type Class 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
Methods in com.cedarsoftware.util.io with parameters of type JsonWriter.JsonClassWriterBase Modifier and Type Method 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)
-