Class NullStringer

java.lang.Object
com.github.openjson.JSONStringer
org.apache.openmeetings.util.NullStringer

public class NullStringer extends com.github.openjson.JSONStringer
  • Field Summary

    Fields inherited from class com.github.openjson.JSONStringer

    out
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    NullStringer(int indent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.openjson.JSONStringer
     

    Methods inherited from class com.github.openjson.JSONStringer

    array, createKey, endArray, endObject, key, object, toString, value, value, value, value

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NullStringer

      public NullStringer()
    • NullStringer

      public NullStringer(int indent)
  • Method Details

    • entry

      public com.github.openjson.JSONStringer entry(Map.Entry<String,Object> entry)
      Overrides:
      entry in class com.github.openjson.JSONStringer