Uses of Interface
com.cedarsoftware.util.io.JsonWriter.JsonClassWriter
-
-
Uses of JsonWriter.JsonClassWriter in com.cedarsoftware.util.io
Subinterfaces of JsonWriter.JsonClassWriter in com.cedarsoftware.util.io Modifier and Type Interface Description static interface
JsonWriter.JsonClassWriterEx
Deprecated.Methods in com.cedarsoftware.util.io with parameters of type JsonWriter.JsonClassWriter Modifier and Type Method Description void
JsonWriter. addWriter(Class c, JsonWriter.JsonClassWriter 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.JsonClassWriter writer)
Add a permanent Customer Writer (Lifetime of JVM)WriteOptionsBuilder
WriteOptionsBuilder. withCustomWriter(Class c, JsonWriter.JsonClassWriter writer)
Method parameters in com.cedarsoftware.util.io with type arguments of type JsonWriter.JsonClassWriter Modifier and Type Method Description WriteOptionsBuilder
WriteOptionsBuilder. withCustomWriterMap(Map<Class,JsonWriter.JsonClassWriter> map)
-