Class Readers.BigIntegerReader

    • Constructor Detail

      • BigIntegerReader

        public BigIntegerReader()
    • Method Detail

      • read

        public Object read​(Object o,
                           Deque<JsonObject<String,​Object>> stack,
                           Map<String,​Object> args)
        Specified by:
        read in interface JsonReader.JsonClassReaderEx
        Parameters:
        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).
        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.