Uses of Class
com.cedarsoftware.util.io.JsonReader
Packages that use JsonReader
-
Uses of JsonReader in com.cedarsoftware.util.io
Methods in com.cedarsoftware.util.io that return JsonReaderModifier and TypeMethodDescriptionstatic JsonReader
Call this method to get an instance of the JsonReader (if needed) inside your custom reader.protected JsonReader
Resolver.getReader()
Deprecated.Methods in com.cedarsoftware.util.io with parameters of type JsonReaderModifier and TypeMethodDescriptionstatic void
MetaUtils.buildHints
(JsonReader reader, JsonObject jObj, Map<Class<?>, List<MetaUtils.ParameterHint>> hints, Set<String> fieldsAlreadyInHints) void
ReaderContext.initialize
(ReadOptions readOptions, JsonReader reader) default Object
JsonReader.JsonClassReader.read
(Object jOb, Deque<JsonObject> stack, Map<String, Object> args, JsonReader reader) Readers.CalendarReader.read
(Object o, Deque<JsonObject> stack, Map<String, Object> args, JsonReader reader)