Uses of Interface
com.cedarsoftware.io.JsonReader.JsonClassReader
Packages that use JsonReader.JsonClassReader
-
Uses of JsonReader.JsonClassReader in com.cedarsoftware.io
Methods in com.cedarsoftware.io that return JsonReader.JsonClassReaderModifier and TypeMethodDescriptionReadOptions.getCustomReader
(Class<?> c) Fetch the custom reader for the passed in Class.Methods in com.cedarsoftware.io with parameters of type JsonReader.JsonClassReaderModifier and TypeMethodDescriptionReadOptionsBuilder.addCustomReaderClass
(Class<?> clazz, JsonReader.JsonClassReader customReader) static void
ReadOptionsBuilder.addPermanentReader
(Class<?> c, JsonReader.JsonClassReader reader) Call this method to add a custom JSON reader to json-io.Method parameters in com.cedarsoftware.io with type arguments of type JsonReader.JsonClassReaderModifier and TypeMethodDescriptionReadOptionsBuilder.replaceCustomReaderClasses
(Map<? extends Class<?>, ? extends JsonReader.JsonClassReader> customReaderClasses) -
Uses of JsonReader.JsonClassReader in com.cedarsoftware.io.factory
Classes in com.cedarsoftware.io.factory that implement JsonReader.JsonClassReader