Uses of Interface
com.cedarsoftware.util.io.JsonReader.JsonClassReader
Packages that use JsonReader.JsonClassReader
-
Uses of JsonReader.JsonClassReader in com.cedarsoftware.util.io
Subinterfaces of JsonReader.JsonClassReader in com.cedarsoftware.util.ioModifier and TypeInterfaceDescriptionstatic interfaceImplement this interface to add a custom JSON reader.Classes in com.cedarsoftware.util.io that implement JsonReader.JsonClassReaderModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in com.cedarsoftware.util.io that return JsonReader.JsonClassReaderModifier and TypeMethodDescriptionprotected JsonReader.JsonClassReaderResolver.getCustomReader(Class c) Methods in com.cedarsoftware.util.io that return types with arguments of type JsonReader.JsonClassReaderMethods in com.cedarsoftware.util.io with parameters of type JsonReader.JsonClassReaderModifier and TypeMethodDescriptionvoidJsonReader.addReader(Class<?> c, JsonReader.JsonClassReader reader) Deprecated.use ReadOptionsBuilder.withCustomReader() to create any additional readers you'll need.voidReadOptions.addReader(Class<?> c, JsonReader.JsonClassReader reader) static voidReadOptionsBuilder.addReaderPermanent(Class c, JsonReader.JsonClassReader reader) Call this method to add a custom JSON reader to json-io.ReadOptionsBuilder.withCustomReader(Class<?> c, JsonReader.JsonClassReader reader) Call this method to add a custom JSON reader to json-io.Method parameters in com.cedarsoftware.util.io with type arguments of type JsonReader.JsonClassReaderModifier and TypeMethodDescriptionReadOptionsBuilder.withCustomReaders(Map<? extends Class<?>, ? extends JsonReader.JsonClassReader> map) This call will add all entries from the current map into the readers map.