Class JsonWriter.JsonClassWriterEx.Support

java.lang.Object
com.cedarsoftware.util.io.JsonWriter.JsonClassWriterEx.Support
Enclosing interface:
JsonWriter.JsonClassWriterEx

@Deprecated public static class JsonWriter.JsonClassWriterEx.Support extends Object
Deprecated.
If access to the JsonWriter is needed, JsonClassWriter's can access it by accessing Support.getWriter(args). The args are the same arguments passed into the write(o, showType, args) method of JsonClassWriterEx.
  • Constructor Details

    • Support

      public Support()
      Deprecated.
  • Method Details

    • getWriter

      public static JsonWriter getWriter(Map<String,Object> args)
      Deprecated.
      This method will return the JsonWriter instance performing the overall work.
      Parameters:
      args - Map of settings initially passed to JsonWriter.
      Returns:
      JsonWriter instance performing the work.