Class JsonUtils.JsonWriterEx

java.lang.Object
com.google.gson.stream.JsonWriter
io.activej.codec.json.JsonUtils.JsonWriterEx
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
JsonUtils

public static final class JsonUtils.JsonWriterEx
extends com.google.gson.stream.JsonWriter
  • Constructor Summary

    Constructors
    Constructor Description
    JsonWriterEx​(Writer writer)  
  • Method Summary

    Modifier and Type Method Description
    String getIndentEx()  
    void setIndentEx​(String indent)  

    Methods inherited from class com.google.gson.stream.JsonWriter

    beginArray, beginObject, close, endArray, endObject, flush, getSerializeNulls, isHtmlSafe, isLenient, jsonValue, name, nullValue, setHtmlSafe, setIndent, setLenient, setSerializeNulls, value, value, value, value, value, value

    Methods inherited from class java.lang.Object

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

    • JsonWriterEx

      public JsonWriterEx​(Writer writer)
  • Method Details

    • setIndentEx

      public final void setIndentEx​(String indent)
    • getIndentEx

      public final String getIndentEx()