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 interfaceJsonWriter.JsonClassWriterImplement this interface to customize the JSON output for a given class.static interfaceJsonWriter.JsonClassWriterExImplement 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 classWriters.AtomicBooleanWriterstatic classWriters.AtomicIntegerWriterstatic classWriters.AtomicLongWriterstatic classWriters.BigDecimalWriterstatic classWriters.BigIntegerWriterstatic classWriters.CalendarWriterstatic classWriters.ClassWriterstatic classWriters.DateWriterstatic classWriters.JsonStringWriterstatic classWriters.LocaleWriterstatic classWriters.StringBufferWriterstatic classWriters.StringBuilderWriterstatic classWriters.TimestampWriterstatic classWriters.TimeZoneWriterMethods in com.cedarsoftware.util.io with parameters of type JsonWriter.JsonClassWriterBase Modifier and Type Method Description voidJsonWriter. addWriter(Class c, JsonWriter.JsonClassWriterBase writer)Add a custom writer which will manage writing objects of the passed in Class in JSON format.static voidJsonWriter. addWriterPermanent(Class c, JsonWriter.JsonClassWriterBase writer)Add a permanent Customer Writer (Lifetime of JVM)
-