Class JsonReader.JsonClassReaderEx.Support

java.lang.Object
com.cedarsoftware.util.io.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 Details

    • Support

      public Support()
  • Method Details

    • 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