Uses of Interface
com.cedarsoftware.io.JsonWriter.JsonClassWriter
Packages that use JsonWriter.JsonClassWriter
-
Uses of JsonWriter.JsonClassWriter in com.cedarsoftware.io
Classes in com.cedarsoftware.io that implement JsonWriter.JsonClassWriterModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classUsed as a template to write out primitive String types.static classstatic classstatic classstatic classstatic classUsed as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.static classstatic classstatic classUsed as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.static classUsed as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classUsed as a template to write out types that will have a primitive form.static classUsed as a template to write out primitive String types.static classUsed as a template to write out primitive value types such as int, boolean, etc. that we extract as a String, but we do not put in quotes.static classstatic classstatic classstatic classstatic classstatic classstatic classMethods in com.cedarsoftware.io that return JsonWriter.JsonClassWriterModifier and TypeMethodDescriptionWriteOptions.getCustomWriter(Class<?> c) Fetch the custom writer for the passed in Class.Methods in com.cedarsoftware.io with parameters of type JsonWriter.JsonClassWriterModifier and TypeMethodDescriptionWriteOptionsBuilder.addCustomWrittenClass(Class<?> clazz, JsonWriter.JsonClassWriter customWriter) static voidWriteOptionsBuilder.addPermanentWriter(Class<?> clazz, JsonWriter.JsonClassWriter writer) Call this method to add a custom JSON writer to json-io.Method parameters in com.cedarsoftware.io with type arguments of type JsonWriter.JsonClassWriterModifier and TypeMethodDescriptionWriteOptionsBuilder.addCustomWrittenClasses(Map<? extends Class<?>, ? extends JsonWriter.JsonClassWriter> customWrittenClasses) WriteOptionsBuilder.setCustomWrittenClasses(Map<? extends Class<?>, ? extends JsonWriter.JsonClassWriter> customWrittenClasses) -
Uses of JsonWriter.JsonClassWriter in com.cedarsoftware.io.writers
Classes in com.cedarsoftware.io.writers that implement JsonWriter.JsonClassWriterModifier and TypeClassDescriptionclassWriter that encodes a byte array to Base64 and implementsJsonWriter.JsonClassWriter.classclassclassWriter for CompactMap instances that produces a shortened configuration format.classWriter for CompactSet instances that produces a shortened configuration format.classclassWriter for MultiKeyMap instances that produces a shortened configuration format.classWriter that serializesZoneIdvalues as their string identifiers.