Class JsonReader.JsonClassReaderEx.Support

  • Enclosing interface:
    JsonReader.JsonClassReaderEx

    public static class JsonReader.JsonClassReaderEx.Support
    extends Object
    Allow custom readers to have access to the JsonReader
    • Constructor Detail

      • Support

        public Support()
    • Method Detail

      • getReader

        public static JsonReader getReader​(Map<String,​Object> args)
        Call this method to get an instance of the JsonReader (if needed) inside your custom reader.
        Parameters:
        args - Map that was passed to your read(jOb, stack, args) method.
        Returns:
        JsonReader instance