Package io.activej.codec.json
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 StringgetIndentEx()voidsetIndentEx(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
-
Constructor Details
-
JsonWriterEx
-
-
Method Details
-
setIndentEx
-
getIndentEx
-