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 interfaceJsonWriter.JsonClassWriterExDeprecated.Methods in com.cedarsoftware.util.io with parameters of type JsonWriter.JsonClassWriter Modifier and Type Method Description voidJsonWriter. addWriter(Class c, JsonWriter.JsonClassWriter writer)Add a custom writer which will manage writing objects of the passed in Class in JSON format.static voidJsonWriter. addWriterPermanent(Class c, JsonWriter.JsonClassWriter writer)Add a permanent Customer Writer (Lifetime of JVM)WriteOptionsBuilderWriteOptionsBuilder. 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 WriteOptionsBuilderWriteOptionsBuilder. withCustomWriterMap(Map<Class,JsonWriter.JsonClassWriter> map)
-