Interface JsonReader.JsonClassReaderEx

    • Method Detail

      • read

        Object read​(Object jOb,
                    Deque<JsonObject<String,​Object>> stack,
                    Map<String,​Object> args)
        Parameters:
        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.
        Returns:
        Java Object you wish to convert the the passed in jOb into.