public static interface JsonReader.JsonClassReader extends JsonReader.JsonClassReaderBase
Modifier and Type | Method and Description |
---|---|
default Object |
read(Object jOb,
Deque<JsonObject> stack) |
default Object |
read(Object jOb,
Deque<JsonObject> stack,
Map<String,Object> args) |
default Object |
read(Object jOb,
Deque<JsonObject> stack,
Map<String,Object> args,
JsonReader reader) |
default Object read(Object jOb, Deque<JsonObject> stack, Map<String,Object> args, JsonReader reader)
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.default Object read(Object jOb, Deque<JsonObject> stack, Map<String,Object> args)
read
in interface JsonReader.JsonClassReaderBase
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.default Object read(Object jOb, Deque<JsonObject> stack)
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).Copyright © 2023. All rights reserved.