Uses of Interface
com.cedarsoftware.util.io.JsonWriter.JsonClassWriter
Packages that use JsonWriter.JsonClassWriter
-
Uses of JsonWriter.JsonClassWriter in com.cedarsoftware.util.io
Classes in com.cedarsoftware.util.io that implement JsonWriter.JsonClassWriterModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classUsed as a template to write out primitive String types.static classstatic classstatic classstatic classUsed as a template to write out primitive value types such as int, boolean, etc.static classstatic classUsed as a template to write out primitive value types such as int, boolean, etc.static classUsed as a template to write out primitive value types such as int, boolean, etc.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classThis can be used when you know your objects are going to be represented as strings, but won't need any UTF-8 escaping.static 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.static classWriters.TemporalWriter<T extends TemporalAccessor>static classstatic classstatic classstatic classstatic classstatic classMethods in com.cedarsoftware.util.io that return JsonWriter.JsonClassWriterModifier and TypeMethodDescriptionWriteOptionsBuilder.DefaultWriteOptions.findCustomWriter(Class<?> c) WriteOptions.getCustomWriter(Class<?> c) Fetch the custom writer for the passed in Class.WriteOptionsBuilder.DefaultWriteOptions.getCustomWriter(Class<?> c) Fetch the custom writer for the passed in Class.Methods in com.cedarsoftware.util.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.util.io with type arguments of type JsonWriter.JsonClassWriterModifier and TypeMethodDescriptionWriteOptionsBuilder.addCustomWrittenClasses(Map<Class<?>, JsonWriter.JsonClassWriter> customWrittenClasses) WriteOptionsBuilder.setCustomWrittenClasses(Map<Class<?>, JsonWriter.JsonClassWriter> customWrittenClasses) -
Uses of JsonWriter.JsonClassWriter in com.cedarsoftware.util.io.writers
Classes in com.cedarsoftware.util.io.writers that implement JsonWriter.JsonClassWriterModifier and TypeClassDescriptionclassclassclassclassclassclassclass