Uses of Interface
com.cedarsoftware.io.JsonClassReader
Packages that use JsonClassReader
-
Uses of JsonClassReader in com.cedarsoftware.io
Subinterfaces of JsonClassReader in com.cedarsoftware.ioMethods in com.cedarsoftware.io that return JsonClassReaderModifier and TypeMethodDescriptionReadOptions.getCustomReader(Class<?> c) Fetch the custom reader for the passed in Class.Methods in com.cedarsoftware.io with parameters of type JsonClassReaderModifier and TypeMethodDescriptionReadOptionsBuilder.addCustomReaderClass(Class<T> clazz, JsonClassReader<? super T> customReader) static voidReadOptionsBuilder.addPermanentReader(Class<?> c, 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 JsonClassReaderModifier and TypeMethodDescriptionReadOptionsBuilder.replaceCustomReaderClasses(Map<? extends Class<?>, ? extends JsonClassReader> customReaderClasses) -
Uses of JsonClassReader in com.cedarsoftware.io.factory
Classes in com.cedarsoftware.io.factory that implement JsonClassReader
JsonClassReaderinstead.