Class JsonWriter.JsonClassWriterEx.Support

  • Enclosing interface:
    JsonWriter.JsonClassWriterEx

    public static class JsonWriter.JsonClassWriterEx.Support
    extends Object
    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 Detail

      • Support

        public Support()
    • Method Detail

      • getWriter

        public static JsonWriter getWriter​(Map<String,​Object> args)
        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.