public static interface JsonReader.JsonClassReaderEx extends JsonReader.JsonClassReaderBase
| Modifier and Type | Interface and Description |
|---|---|
static class |
JsonReader.JsonClassReaderEx.Support
Allow custom readers to have access to the JsonReader
|
| Modifier and Type | Method and Description |
|---|---|
Object |
read(Object jOb,
Deque<JsonObject<String,Object>> stack,
Map<String,Object> args) |
Object read(Object jOb, Deque<JsonObject<String,Object>> stack, Map<String,Object> args)
jOb - Object being read. Could be a fundamental JSON type (String, long, boolean, double, null, or JsonObject)stack - Deque of objects that have been read (Map of Maps view).args - Map of argument settings that were passed to JsonReader when instantiated.Copyright © 2024. All rights reserved.