public static class Readers.UUIDReader extends Object implements JsonReader.JsonClassReader
Constructor and Description |
---|
UUIDReader() |
Modifier and Type | Method and Description |
---|---|
Object |
read(Object o,
Deque<JsonObject> stack,
ReaderContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
read
public Object read(Object o, Deque<JsonObject> stack, ReaderContext context)
read
in interface JsonReader.JsonClassReader
o
- 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).context
- reader context to provide assistance reading the objectCopyright © 2023. All rights reserved.