Package org.vast.json
Class JsonInliningWriter
java.lang.Object
com.google.gson.stream.JsonWriter
org.vast.json.JsonInliningWriter
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
public class JsonInliningWriter
extends com.google.gson.stream.JsonWriter
Extension of JsonWriter allowing inlining of certain objects and arrays, often used when object or array contains only scalar values.
- Since:
- Jan 27, 2021
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gson.stream.JsonWriter
beginArray, beginObject, close, endArray, endObject, flush, getFormattingStyle, getSerializeNulls, getStrictness, isHtmlSafe, isLenient, jsonValue, name, nullValue, setFormattingStyle, setHtmlSafe, setIndent, setLenient, setSerializeNulls, setStrictness, value, value, value, value, value, value, value
-
Constructor Details
-
JsonInliningWriter
-
JsonInliningWriter
-
-
Method Details
-
writeInline
public void writeInline(boolean writeInline) -
isInline
public boolean isInline()
-