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 interface
Implement this interface to add a custom JSON reader.Classes in com.cedarsoftware.util.io that implement JsonReader.JsonClassReaderModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in com.cedarsoftware.util.io that return JsonReader.JsonClassReaderModifier and TypeMethodDescriptionprotected JsonReader.JsonClassReader
Resolver.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 TypeMethodDescriptionvoid
JsonReader.addReader
(Class<?> c, JsonReader.JsonClassReader reader) Deprecated.use ReadOptionsBuilder.withCustomReader() to create any additional readers you'll need.void
ReadOptions.addReader
(Class<?> c, JsonReader.JsonClassReader reader) static void
ReadOptionsBuilder.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.