Uses of Interface
com.cedarsoftware.util.io.ReaderContext
Packages that use ReaderContext
-
Uses of ReaderContext in com.cedarsoftware.util.io
Classes in com.cedarsoftware.util.io that implement ReaderContextModifier and TypeClassDescriptionclass
Read an object graph in JSON format and make it available in Java objects, or in a "Map of Maps." (untyped representation).class
The MapResolver converts the raw Maps created from the JsonParser to higher quality Maps representing the implied object graph.class
The ObjectResolver converts the raw Maps created from the JsonParser to Java objects (a graph of Java instances).class
This class is used to convert a source of Java Maps that were created from the JsonParser.Methods in com.cedarsoftware.util.io with parameters of type ReaderContextModifier and TypeMethodDescriptiondefault void
JsonReader.ClassFactory.gatherRemainingValues
(ReaderContext context, JsonObject jObj, List<Object> arguments, Set<String> excludedFields) default Object
JsonReader.ClassFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) Implement this method to return a new instance of the passed in Class.default Object
JsonReader.JsonClassReader.read
(Object jOb, Deque<JsonObject> stack, ReaderContext context) -
Uses of ReaderContext in com.cedarsoftware.util.io.factory
Methods in com.cedarsoftware.util.io.factory with parameters of type ReaderContextModifier and TypeMethodDescriptionArrayFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) char[]
CharacterPrimArrayFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) CollectionFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) Deprecated.ConvertableFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) EnumClassFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) MapFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) Deprecated.StackTraceElementFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) ThrowableFactory.newInstance
(Class<?> c, JsonObject jObj, ReaderContext context) RecordFactory.RecordReader.read
(Object o, Deque<JsonObject> stack, ReaderContext context)